kenton-li commited on
Commit
ef99c3e
·
1 Parent(s): f27e9bc

Update app.py

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