alecinvan commited on
Commit
56082e7
1 Parent(s): 775bf05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ iface = gr.Interface(fn=run_medisearch_chatbot,
35
  inputs=[gr.inputs.Textbox(label="输入您的问题:"),
36
  gr.inputs.Textbox(label="输入后续查询(可选):")],
37
  outputs=gr.outputs.Textbox(label="回复:"),
38
- title="<span style='font-style: italic; font-weight: bold; color: darkred;'>智悠科技聊天机器人</span> - 智能漂浮健康管家",
39
- description="您正在和智悠科技的健康大语言模型进行对话,感谢您的使用!")
40
 
41
  #iface.launch(share=True, debug=True)
42
  iface.launch()
 
35
  inputs=[gr.inputs.Textbox(label="输入您的问题:"),
36
  gr.inputs.Textbox(label="输入后续查询(可选):")],
37
  outputs=gr.outputs.Textbox(label="回复:"),
38
+ title="<span style='font-style: italic; font-weight: bold; color: darkred;'>模多多AI聊天机器人</span> - PlentyOfModels健康管家",
39
+ description="您正在和模多多的健康大语言模型进行对话,感谢您的使用!")
40
 
41
  #iface.launch(share=True, debug=True)
42
  iface.launch()