reference to readme
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ iface = gr.Interface(
|
|
| 58 |
],
|
| 59 |
outputs=gr.Textbox(label="Top 5 Matching Entries", lines=15, placeholder="Results will be displayed here..."),
|
| 60 |
title="Research Notes Matcher",
|
| 61 |
-
description="Upload a CSV file with 'Source', 'Section', and 'Notes'. Enter your text to find the top 5 matching notes."
|
| 62 |
)
|
| 63 |
|
| 64 |
# Launch the app
|
|
|
|
| 58 |
],
|
| 59 |
outputs=gr.Textbox(label="Top 5 Matching Entries", lines=15, placeholder="Results will be displayed here..."),
|
| 60 |
title="Research Notes Matcher",
|
| 61 |
+
description="Upload a CSV file with 'Source', 'Section', and 'Notes'. Enter your text to find the top 5 matching notes. For documentation check the Readme file in the files section"
|
| 62 |
)
|
| 63 |
|
| 64 |
# Launch the app
|