Spaces:
Paused
Paused
Update app.py (#1)
Browse files- Update app.py (f1281712d738c6c5271ef63eac2f3ee6e5c06c08)
Co-authored-by: Keivalya Pandya <[email protected]>
app.py
CHANGED
@@ -123,10 +123,19 @@ if __name__ == "__main__":
|
|
123 |
with gr.Row() as intro:
|
124 |
gr.Markdown(
|
125 |
"""
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
"""
|
131 |
)
|
132 |
with gr.Row() as row:
|
|
|
123 |
with gr.Row() as intro:
|
124 |
gr.Markdown(
|
125 |
"""
|
126 |
+
# MedChat: Your Medical Assistant Chatbot
|
127 |
+
|
128 |
+
Welcome to MedChat, your friendly medical assistant chatbot! ๐ฉบ
|
129 |
+
|
130 |
+
Dive into a world of medical expertise where you can interact with three specialized chatbots, all trained on the latest and most comprehensive medical dataset. Whether you have health-related questions, need medical advice, or just want to learn more about your well-being, MedChat is here to help!
|
131 |
+
|
132 |
+
## How it Works
|
133 |
+
Simply type your medical query or concern, and let MedChat's advanced algorithms provide you with accurate and reliable responses.
|
134 |
+
|
135 |
+
## Explore and Compare
|
136 |
+
Feel like experimenting? Click the **Submit to All** button and witness the magic as all three chatbots compete to provide you with the best possible answer! It's a unique opportunity to compare the insights from different models and choose the one that suits your needs the best.
|
137 |
+
|
138 |
+
_Ready to get started? Type your question and let's begin!_
|
139 |
"""
|
140 |
)
|
141 |
with gr.Row() as row:
|