henry2024 commited on
Commit
f64afcb
1 Parent(s): 90ee51a
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -88,18 +88,16 @@ disease_advice = {
88
 
89
  howto= """Welcome to the <b>Medical Chatbot</b>, powered by Gradio.
90
  Currently, the chatbot can WELCOME YOU, PREDICT DISEASE based on your symptoms and SUGGEST POSSIBLE SOLUTIONS AND RECOMENDATIONS, and BID YOU FAREWELL.
91
- <br><br>
92
- Here's a quick guide to get you started:<br><br>
93
  <b>How to Start:</b> Simply type your messages in the textbox to chat with the Chatbot and press enter!<br><br>
94
- The bot will respond based on the best possible answers to your messages. For now, let's keep it SIMPLE as I'm working hard to enhance its capabilities in the future.
95
 
96
  """
97
 
98
 
99
  # Create the gradio demo
100
  with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""") as demo:
101
- gr.HTML('<h1 align="center">Medical Chatbot: Your Virtual Health Guide 🌟🏥🤖"</h1>')
102
- gr.HTML('<h3 align="center">To know more about this project click, <a href="https://github.com/Monsurat-Onabajo/Medical_chatbot" target="_blank">Here</a>')
103
  with gr.Accordion("Follow these Steps to use the Gradio WebUI", open=True):
104
  gr.HTML(howto)
105
  chatbot = gr.Chatbot()
 
88
 
89
  howto= """Welcome to the <b>Medical Chatbot</b>, powered by Gradio.
90
  Currently, the chatbot can WELCOME YOU, PREDICT DISEASE based on your symptoms and SUGGEST POSSIBLE SOLUTIONS AND RECOMENDATIONS, and BID YOU FAREWELL.
 
 
91
  <b>How to Start:</b> Simply type your messages in the textbox to chat with the Chatbot and press enter!<br><br>
92
+ The bot will respond based on the best possible answers to your messages.
93
 
94
  """
95
 
96
 
97
  # Create the gradio demo
98
  with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""") as demo:
99
+ gr.HTML('<h1 align="center">Medical Chatbot: ARIN 7102')
100
+ #gr.HTML('<h3 align="center">To know more about this project')
101
  with gr.Accordion("Follow these Steps to use the Gradio WebUI", open=True):
102
  gr.HTML(howto)
103
  chatbot = gr.Chatbot()