Spaces:
Runtime error
Runtime error
macadeliccc
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -78,5 +78,5 @@ gr.ChatInterface(predict,
|
|
78 |
'Recommend some popular science fiction books.',
|
79 |
'Can you write a short story about a time-traveling detective?'
|
80 |
],
|
81 |
-
theme=gr.themes.Soft(primary_hue="
|
82 |
).launch()
|
|
|
78 |
'Recommend some popular science fiction books.',
|
79 |
'Can you write a short story about a time-traveling detective?'
|
80 |
],
|
81 |
+
theme=gr.themes.Soft(primary_hue="purple"),
|
82 |
).launch()
|