kenton-li commited on
Commit
5df1a1d
·
1 Parent(s): 9c612d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def csv_prompter(question,csv_name):
117
 
118
  with gr.Blocks() as demo:
119
  gr.Markdown("## Autonomous ChatDoctor (openai version), based on disease database knowledge")
120
- gr.Markdown("Example: If I have frontal headache, fever, and painful sinuses, what disease should I have, and what medical test should I take?")
121
 
122
 
123
  chatbot = gr.Chatbot()
 
117
 
118
  with gr.Blocks() as demo:
119
  gr.Markdown("## Autonomous ChatDoctor (openai version), based on disease database knowledge")
120
+ gr.Markdown("# Example: If I have frontal headache, fever, and painful sinuses, what disease should I have, and what medical test should I take?")
121
 
122
 
123
  chatbot = gr.Chatbot()