Spaces:
Runtime error
Runtime error
CHanged Str
Browse files
app.py
CHANGED
|
@@ -48,9 +48,9 @@ def calc_cost():
|
|
| 48 |
with gr.Blocks() as demo:
|
| 49 |
|
| 50 |
gr.Markdown(value="## MedBot")
|
| 51 |
-
gr.Markdown(value="Bot helps with medical information on
|
| 52 |
Alzheimer’s disease, cancer, and heart attack. It uses language that laypersons can understand,")
|
| 53 |
-
gr.Markdown(value="**Please use info
|
| 54 |
chatbot = gr.Chatbot(value=[], label="MedBot")
|
| 55 |
|
| 56 |
txt = gr.Textbox(
|
|
|
|
| 48 |
with gr.Blocks() as demo:
|
| 49 |
|
| 50 |
gr.Markdown(value="## MedBot")
|
| 51 |
+
gr.Markdown(value="Bot helps with medical information on several common medical disorders, conditions, tests, and treatments, including high-profile diseases such as \
|
| 52 |
Alzheimer’s disease, cancer, and heart attack. It uses language that laypersons can understand,")
|
| 53 |
+
gr.Markdown(value="**Please use info provided with caution. Please consult a doctor for final treatment.**")
|
| 54 |
chatbot = gr.Chatbot(value=[], label="MedBot")
|
| 55 |
|
| 56 |
txt = gr.Textbox(
|