Files changed (1) hide show
  1. app.py +13 -4
app.py CHANGED
@@ -111,10 +111,19 @@ if __name__ == "__main__":
111
  with gr.Row() as intro:
112
  gr.Markdown(
113
  """
114
- ## MedChat
115
- Welcome to MedChat, a medical assistant chatbot! You can currently chat with three chatbots that are trained on the same medical dataset.
116
-
117
- If you want to compare the output of each model, click the submit to all button and see the magic happen!
 
 
 
 
 
 
 
 
 
118
  """
119
  )
120
  with gr.Row() as row:
 
111
  with gr.Row() as intro:
112
  gr.Markdown(
113
  """
114
+ # MedChat: Your Medical Assistant Chatbot
115
+
116
+ Welcome to MedChat, your friendly medical assistant chatbot! 🩺
117
+
118
+ 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!
119
+
120
+ ## How it Works
121
+ Simply type your medical query or concern, and let MedChat's advanced algorithms provide you with accurate and reliable responses.
122
+
123
+ ## Explore and Compare
124
+ 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.
125
+
126
+ _Ready to get started? Type your question and let's begin!_
127
  """
128
  )
129
  with gr.Row() as row: