Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def vote(data: gr.LikeData):
|
|
58 |
else:
|
59 |
print("You downvoted this response: " + data.value)
|
60 |
with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as rxbot:
|
61 |
-
chatbot = gr.Chatbot(elem_id="chatbot")
|
62 |
state = gr.State([])
|
63 |
with gr.Row():
|
64 |
txt = gr.Textbox(show_label=False, placeholder="请输入你的问题").style(container=False)
|
|
|
58 |
else:
|
59 |
print("You downvoted this response: " + data.value)
|
60 |
with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as rxbot:
|
61 |
+
chatbot = gr.Chatbot(elem_id="chatbot",bubble_full_width=False)
|
62 |
state = gr.State([])
|
63 |
with gr.Row():
|
64 |
txt = gr.Textbox(show_label=False, placeholder="请输入你的问题").style(container=False)
|