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