-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README formatting, contact info and version
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2024.0.0 | ||
2024.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,11 @@ | |
menu_items={ | ||
'about': f'''**EcoToxFred v{get_version()}** | ||
A Neo4j-backed Chatbot discussing environmental monitoring data | ||
contact: Jana Schor [email protected]''' | ||
contact: Jana Schor [email protected], Patrick Scheibe [email protected]''' | ||
} | ||
) | ||
|
||
example_questions = [ | ||
"Please provide information about the structure of the database.", | ||
"What is Diuron and where has it been measured?", | ||
"What is Triclosan? Has it been measured in European freshwater?", | ||
"Find the 10 most frequent driver chemicals above a driver importance of 0.6", | ||
|