Spaces:
Build error
Build error
Commit Β·
85bc903
1
Parent(s): 6e8d617
Chatbot size adjusted
Browse files
app.py
CHANGED
|
@@ -86,15 +86,15 @@ def main(query, history):
|
|
| 86 |
# Create a Gradio Interface
|
| 87 |
with gr.Blocks() as iface:
|
| 88 |
with gr.Tab("MeroHealthAI Chatbot"):
|
| 89 |
-
|
| 90 |
symptom_chatbot = gr.ChatInterface(
|
| 91 |
main
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
|
| 96 |
-
|
| 97 |
-
|
| 98 |
|
| 99 |
symptom_chatbot
|
| 100 |
with gr.Tab("Contact Doctor "):
|
|
|
|
| 86 |
# Create a Gradio Interface
|
| 87 |
with gr.Blocks() as iface:
|
| 88 |
with gr.Tab("MeroHealthAI Chatbot"):
|
| 89 |
+
# gr.Markdown("MeroHealthAI is an AI assited chatbot that gathers symptoms from the user, documents it and sends it to the nearest most relevant doctor available. Our app also suppors medical report analysis")
|
| 90 |
symptom_chatbot = gr.ChatInterface(
|
| 91 |
main
|
| 92 |
+
, description="MeroHealthAI is an AI assited chatbot that gathers symptoms from the user, documents it and sends it to the nearest most relevant doctor available. Our app also suppors medical report analysis",\
|
| 93 |
+
examples=["How can I find the right doctor for my ailment?",\
|
| 94 |
+
"How do I contact a doctor without making an appointment?",\
|
| 95 |
|
| 96 |
+
"I don't understant this medical report, can you describe it to me?", \
|
| 97 |
+
"I have been having severe panic and anxiety attack, what could be the reason behind it?"]).queue()
|
| 98 |
|
| 99 |
symptom_chatbot
|
| 100 |
with gr.Tab("Contact Doctor "):
|