Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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()
|