Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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;'
|
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()
|