Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SatyamPrakash09
/
Code-Buddy
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SatyamPrakash09
commited on
Sep 29, 2025
Commit
588d14f
·
verified
·
1 Parent(s):
9f5758a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,5 +60,5 @@ demo = gr.ChatInterface(
60
type='messages'
61
)
62
63
-
if
name
== "main":
64
demo.launch(share=True)
60
type='messages'
61
)
62
63
+
if
__name__
== "main":
64
demo.launch(share=True)