kenton-li commited on
Commit
63b35e0
·
1 Parent(s): 5df1a1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -116,8 +116,8 @@ def csv_prompter(question,csv_name):
116
 
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()
 
116
 
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()