Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
merethom
/
AI-ChatBot-v1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
merethom
commited on
Jan 23
Commit
5f8a07e
·
verified
·
1 Parent(s):
50b7d68
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -59,6 +59,8 @@ demo = gr.ChatInterface(
59
],
60
)
61
62
63
if __name__ == "__main__":
64
demo.launch()
59
],
60
)
61
62
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
63
+
64
65
if __name__ == "__main__":
66
demo.launch()