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
615372a
·
verified
·
1 Parent(s):
bccbf7b
Update app.py
Browse files
Changed the theme
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -56,6 +56,7 @@ demo = gr.ChatInterface(
56
step=0.05,
57
label="Top-p (nucleus sampling)",
58
),
59
],
60
)
61
56
step=0.05,
57
label="Top-p (nucleus sampling)",
58
),
59
+
theme='JohnSmith9982/small_and_pretty
60
],
61
)
62