Kate0816 commited on
Commit
7353ddb
·
1 Parent(s): d80ff02

Update ChuanhuChatbot.py

Browse files
Files changed (1) hide show
  1. 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=False):
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")