Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KeithCu
/
SolarHelperGradio
like
0
Sleeping
App
Files
Files
Community
KeithCu
commited on
Dec 16, 2023
Commit
9b5ecd1
•
1 Parent(s):
6309451
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,5 +38,5 @@ gr.ChatInterface(
38
retry_btn="Retry",
39
undo_btn="Undo",
40
clear_btn="Clear",
41
-
theme=
theme
,
42
).queue().launch()
38
retry_btn="Retry",
39
undo_btn="Undo",
40
clear_btn="Clear",
41
+
theme=
None
,
42
).queue().launch()