Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SatyamSinghal
/
Councelling_Bot
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SatyamSinghal
commited on
Dec 26, 2024
Commit
b14e6e6
·
verified
·
1 Parent(s):
0de10d1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -216,5 +216,5 @@ interface = gr.Interface(
216
live=True
217
)
218
219
-
app = gr.HTML(custom_html
,
)
220
interface.launch(share=True)
216
live=True
217
)
218
219
+
app = gr.HTML(custom_html)
220
interface.launch(share=True)