Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def text_to_url(text):
|
|
| 15 |
return url_classifier(text)[0]["label"]
|
| 16 |
|
| 17 |
|
| 18 |
-
demo = gr.Blocks(theme=gr.themes.
|
| 19 |
|
| 20 |
with demo:
|
| 21 |
|
|
|
|
| 15 |
return url_classifier(text)[0]["label"]
|
| 16 |
|
| 17 |
|
| 18 |
+
demo = gr.Blocks(theme=gr.themes.Default(primary_hue="red", secondary_hue="pink"))
|
| 19 |
|
| 20 |
with demo:
|
| 21 |
|