Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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
|