Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ever2after
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ever2after
commited on
Sep 1, 2025
Commit
7841794
·
verified
·
1 Parent(s):
7a523ee
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -61,8 +61,7 @@ chatbot = gr.ChatInterface(
61
)
62
63
with gr.Blocks() as demo:
64
-
with
gr.
Sidebar
()
:
65
-
gr.LoginButton()
66
chatbot.render()
67
68
61
)
62
63
with gr.Blocks() as demo:
64
+
gr.
LoginButton
()
65
chatbot.render()
66
67