Fix
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ with Blocks() as app:
|
|
185 |
Markdown("# 小软Softie")
|
186 |
with Row():
|
187 |
with Column(scale=3, min_width=500):
|
188 |
-
chatbot = Chatbot(type="messages", avatar_images=(None, "avatar.jpg"), scale=3, min_height=700, min_width=500,
|
189 |
textbox = MultimodalTextbox(file_types=[".jpg", ".jpeg", ".png"], file_count="multiple", stop_btn=True, show_label=False, autofocus=False, placeholder="在此输入内容")
|
190 |
with Column(scale=1, min_width=300):
|
191 |
with Column(scale=0):
|
|
|
185 |
Markdown("# 小软Softie")
|
186 |
with Row():
|
187 |
with Column(scale=3, min_width=500):
|
188 |
+
chatbot = Chatbot(type="messages", avatar_images=(None, "avatar.jpg"), scale=3, min_height=700, min_width=500, show_label=False, show_copy_button=True, show_copy_all_button=True)
|
189 |
textbox = MultimodalTextbox(file_types=[".jpg", ".jpeg", ".png"], file_count="multiple", stop_btn=True, show_label=False, autofocus=False, placeholder="在此输入内容")
|
190 |
with Column(scale=1, min_width=300):
|
191 |
with Column(scale=0):
|