Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,8 @@ def csv_prompter(question,csv_name):
|
|
116 |
|
117 |
|
118 |
with gr.Blocks() as demo:
|
119 |
-
gr.Markdown("
|
120 |
-
gr.Markdown("
|
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()
|