SugarAddict commited on
Commit
3f10a03
·
1 Parent(s): 74632a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,8 +83,8 @@ with gr.Blocks(theme=theme) as demo:
83
 
84
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
85
 
86
- with gr.Accordion("本产品只提供分诊辅助,一切以医生诊断为主。"):
87
- gr.Markdown("Look at me...")
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)
 
83
 
84
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
85
 
86
+ #with gr.Accordion("本产品只提供分诊辅助,一切以医生诊断为主。"):
87
+ with gr.Markdown("Look at me...")
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)