Spaces:
Runtime error
Runtime error
Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +2 -2
ChuanhuChatbot.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
|
|
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
|
64 |
with gr.Box():
|
65 |
with gr.Row(elem_id="chuanhu-history-header"):
|
66 |
with gr.Row(elem_id="chuanhu-history-search-row"):
|
@@ -109,7 +109,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
|
|
109 |
exportMarkdownBtn = gr.Button(
|
110 |
i18n("📝 导出为 Markdown"), elem_id="gr-markdown-export-btn")
|
111 |
|
112 |
-
with gr.Column(elem_id="chuanhu-menu-footer"):
|
113 |
with gr.Row(elem_id="chuanhu-func-nav"):
|
114 |
gr.HTML(get_html("func_nav.html"))
|
115 |
# gr.HTML(get_html("footer.html").format(versions=versions_html()), elem_id="footer")
|
|
|
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"):
|
|
|
109 |
exportMarkdownBtn = gr.Button(
|
110 |
i18n("📝 导出为 Markdown"), elem_id="gr-markdown-export-btn")
|
111 |
|
112 |
+
with gr.Column(elem_id="chuanhu-menu-footer", visible=False): #, visible=False
|
113 |
with gr.Row(elem_id="chuanhu-func-nav"):
|
114 |
gr.HTML(get_html("func_nav.html"))
|
115 |
# gr.HTML(get_html("footer.html").format(versions=versions_html()), elem_id="footer")
|