Spaces:
Runtime error
Runtime error
Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +2 -2
ChuanhuChatbot.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks(css=customCSS) as demo:
|
|
60 |
user_input = gr.Textbox(show_label=False, placeholder="在这里输入").style(
|
61 |
container=False)
|
62 |
with gr.Column(min_width=50, scale=1):
|
63 |
-
submitBtn = gr.Button("
|
64 |
with gr.Row():
|
65 |
emptyBtn = gr.Button("🧹 新的对话")
|
66 |
retryBtn = gr.Button("🔄 重新生成")
|
@@ -139,7 +139,7 @@ with gr.Blocks(css=customCSS) as demo:
|
|
139 |
|
140 |
print("温馨提示:访问 http://localhost:7860 查看界面")
|
141 |
# 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
|
142 |
-
demo.title = "541ChatGPT
|
143 |
|
144 |
if __name__ == "__main__":
|
145 |
#if running in Docker
|
|
|
60 |
user_input = gr.Textbox(show_label=False, placeholder="在这里输入").style(
|
61 |
container=False)
|
62 |
with gr.Column(min_width=50, scale=1):
|
63 |
+
submitBtn = gr.Button("💓", variant="primary")
|
64 |
with gr.Row():
|
65 |
emptyBtn = gr.Button("🧹 新的对话")
|
66 |
retryBtn = gr.Button("🔄 重新生成")
|
|
|
139 |
|
140 |
print("温馨提示:访问 http://localhost:7860 查看界面")
|
141 |
# 默认开启本地服务器,默认可以直接从IP访问,默认不创建公开分享链接
|
142 |
+
demo.title = "541ChatGPT 💓"
|
143 |
|
144 |
if __name__ == "__main__":
|
145 |
#if running in Docker
|