Kate0816 commited on
Commit
68495a2
·
1 Parent(s): 4db9c45

Update ChuanhuChatbot.py

Browse files
Files changed (1) hide show
  1. ChuanhuChatbot.py +2 -2
ChuanhuChatbot.py CHANGED
@@ -59,8 +59,8 @@ 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", visible=False):
63
- with gr.Column(elem_id="chuanhu-history"):
64
  with gr.Box():
65
  with gr.Row(elem_id="chuanhu-history-header"):
66
  with gr.Row(elem_id="chuanhu-history-search-row"):
 
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", visible=False): # , visible=False
64
  with gr.Box():
65
  with gr.Row(elem_id="chuanhu-history-header"):
66
  with gr.Row(elem_id="chuanhu-history-search-row"):