Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -303,12 +303,12 @@ with gr.Blocks(css=css) as demo:
|
|
303 |
vidsub_btn = gr.Button("上传网站视频")
|
304 |
|
305 |
chatbot = gr.Chatbot(elem_id="chatbox")
|
306 |
-
input_message = gr.Textbox(show_label=False, placeholder="输入文字并按回车", visible=True)
|
307 |
btn_submit = gr.Button("提问视频内容")
|
308 |
|
309 |
gr.Markdown("如果对上面的回答不满意,请在下方输入需要辩论的问题, *e.g.* *方差越小越好?*", elem_id="hint")
|
310 |
#chatbot_debate = gr.Chatbot(elem_id="chatbox")
|
311 |
-
input_message_debate = gr.Textbox(show_label=False, placeholder="输入文字并按回车", visible=True)
|
312 |
btn_submit_debate = gr.Button("发起问题辩论")
|
313 |
|
314 |
btn_clear_conversation = gr.Button("🔃 开始新的对话")
|
|
|
303 |
vidsub_btn = gr.Button("上传网站视频")
|
304 |
|
305 |
chatbot = gr.Chatbot(elem_id="chatbox")
|
306 |
+
input_message = gr.Textbox(show_label=False, placeholder="输入文字并按回车", visible=True)
|
307 |
btn_submit = gr.Button("提问视频内容")
|
308 |
|
309 |
gr.Markdown("如果对上面的回答不满意,请在下方输入需要辩论的问题, *e.g.* *方差越小越好?*", elem_id="hint")
|
310 |
#chatbot_debate = gr.Chatbot(elem_id="chatbox")
|
311 |
+
input_message_debate = gr.Textbox(show_label=False, placeholder="输入文字并按回车", visible=True)
|
312 |
btn_submit_debate = gr.Button("发起问题辩论")
|
313 |
|
314 |
btn_clear_conversation = gr.Button("🔃 开始新的对话")
|