Commit ·
958fa67
1
Parent(s): 75b78a2
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 |
-
|
| 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 |
+
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)
|