Spaces:
Running
Running
aa
Browse files
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.
|
| 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:
|
| 102 |
-
gr.HTML('<h3 align="center">To know more about this project
|
| 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()
|