Commit ·
75b78a2
1
Parent(s): 3f10a03
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 84 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
| 85 |
|
| 86 |
#with gr.Accordion("本产品只提供分诊辅助,一切以医生诊断为主。"):
|
| 87 |
-
with gr.Markdown("
|
| 88 |
|
| 89 |
#text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
| 90 |
#image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
|
|
|
| 84 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
| 85 |
|
| 86 |
#with gr.Accordion("本产品只提供分诊辅助,一切以医生诊断为主。"):
|
| 87 |
+
with gr.Markdown("本产品只提供分诊辅助,一切以医生诊断为主。"):
|
| 88 |
|
| 89 |
#text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
| 90 |
#image_button.click(flip_image, inputs=image_input, outputs=image_output)
|