kenton-li commited on
Commit
ae74cfa
·
1 Parent(s): 464066d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -117,7 +117,8 @@ def csv_prompter(question,csv_name):
117
  with gr.Blocks() as demo:
118
  gr.Markdown("# Autonomous ChatDoctor (openai version), based on disease database knowledge")
119
  gr.Markdown("## Example: If I have frontal headache, fever, and painful sinuses, what disease should I have, and what medical test should I take?")
120
-
 
121
  chatbot = gr.Chatbot()
122
  msg = gr.Textbox()
123
  clear = gr.Button("Clear")
 
117
  with gr.Blocks() as demo:
118
  gr.Markdown("# Autonomous ChatDoctor (openai version), based on disease database knowledge")
119
  gr.Markdown("## Example: If I have frontal headache, fever, and painful sinuses, what disease should I have, and what medical test should I take?")
120
+ gr.Markdown("Our model will answer based on the content of the excel below, so please try to ask questions based on the table content.")
121
+
122
  chatbot = gr.Chatbot()
123
  msg = gr.Textbox()
124
  clear = gr.Button("Clear")