Spaces:
Runtime error
Runtime error
Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
|
|
83 |
container=False,
|
84 |
elem_id="history-select-dropdown"
|
85 |
)
|
86 |
-
with gr.Row(visible=
|
87 |
with gr.Column(min_width=42, scale=1):
|
88 |
historyDeleteBtn = gr.Button(
|
89 |
"🗑️", elem_id="gr-history-delete-btn")
|
|
|
83 |
container=False,
|
84 |
elem_id="history-select-dropdown"
|
85 |
)
|
86 |
+
with gr.Row(visible=True):
|
87 |
with gr.Column(min_width=42, scale=1):
|
88 |
historyDeleteBtn = gr.Button(
|
89 |
"🗑️", elem_id="gr-history-delete-btn")
|