quan3s commited on
Commit
6e55f4c
·
verified ·
1 Parent(s): 0812ff4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ chatbot_ui = gr.Chatbot(
117
  with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="violet")) as demo:
118
  gr.HTML(BANNER_HTML)
119
 
120
- with gr.Sidebar():
121
  gr.LoginButton()
122
 
123
  # State ẩn để chứa dữ liệu lịch sử đọc từ localStorage lúc khởi động
 
117
  with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="violet")) as demo:
118
  gr.HTML(BANNER_HTML)
119
 
120
+ with gr.Accordion("🔑 Đăng nhập Hugging Face", open=False):
121
  gr.LoginButton()
122
 
123
  # State ẩn để chứa dữ liệu lịch sử đọc từ localStorage lúc khởi động