jfelipenc keivalya commited on
Commit
a534680
ยท
1 Parent(s): 37638df

Update app.py (#1)

Browse files

- Update app.py (f1281712d738c6c5271ef63eac2f3ee6e5c06c08)


Co-authored-by: Keivalya Pandya <[email protected]>

Files changed (1) hide show
  1. app.py +13 -4
app.py CHANGED
@@ -123,10 +123,19 @@ if __name__ == "__main__":
123
  with gr.Row() as intro:
124
  gr.Markdown(
125
  """
126
- ## MedChat
127
- Welcome to MedChat, a medical assistant chatbot! You can currently chat with three chatbots that are trained on the same medical dataset.
128
-
129
- If you want to compare the output of each model, click the submit to all button and see the magic happen!
 
 
 
 
 
 
 
 
 
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: