quan3s commited on
Commit
f72c789
·
verified ·
1 Parent(s): 418fb9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -117,7 +117,8 @@ 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.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
 
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.Markdown("### 🔑 Tài khoản")
122
  gr.LoginButton()
123
 
124
  # State ẩn để chứa dữ liệu lịch sử đọc từ localStorage lúc khởi động