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

Update ChuanhuChatbot.py

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +2 -2
ChuanhuChatbot.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
59
 
60
  with gr.Row(equal_height=True, elem_id="chuanhu-body"):
61
 
62
- with gr.Column(elem_id="menu-area"):
63
  with gr.Column(elem_id="chuanhu-history"):
64
  with gr.Box():
65
  with gr.Row(elem_id="chuanhu-history-header"):
@@ -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=True):
87
  with gr.Column(min_width=42, scale=1):
88
  historyDeleteBtn = gr.Button(
89
  "🗑️", elem_id="gr-history-delete-btn")
 
59
 
60
  with gr.Row(equal_height=True, elem_id="chuanhu-body"):
61
 
62
+ with gr.Column(elem_id="menu-area", visible=False):
63
  with gr.Column(elem_id="chuanhu-history"):
64
  with gr.Box():
65
  with gr.Row(elem_id="chuanhu-history-header"):
 
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")