Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lapa-llm
/
lapa
like
42
Running
on
Zero
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
iamthewalrus67
commited on
Aug 19
Commit
f38f71f
·
1 Parent(s):
e207dcc
Remove login button
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -62,8 +62,6 @@ chatbot = gr.ChatInterface(
62
)
63
64
with gr.Blocks() as demo:
65
-
with gr.Sidebar():
66
-
gr.LoginButton()
67
chatbot.render()
68
69
62
)
63
64
with gr.Blocks() as demo:
65
chatbot.render()
66
67