afortuny commited on
Commit
c92f52a
·
1 Parent(s): e930ef3

reference to readme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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