Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -197,7 +197,6 @@ gradio.ChatInterface(
|
|
197 |
undo_btn=None,
|
198 |
clear_btn=None,
|
199 |
theme=gradio.themes.Default(
|
200 |
-
primary_hue="#df5127",
|
201 |
font=[gradio.themes.GoogleFont("Zilla Slab")]
|
202 |
)
|
203 |
).launch(debug=True)
|
|
|
197 |
undo_btn=None,
|
198 |
clear_btn=None,
|
199 |
theme=gradio.themes.Default(
|
|
|
200 |
font=[gradio.themes.GoogleFont("Zilla Slab")]
|
201 |
)
|
202 |
).launch(debug=True)
|