Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def findShops(target_platform, target_region, target_field, target_rangeFrom, ta
|
|
| 58 |
|
| 59 |
|
| 60 |
with gr.Blocks(title="Shop finder",
|
| 61 |
-
theme=gr.themes.Soft(primary_hue="
|
| 62 |
gr.Markdown(
|
| 63 |
"## Shop finder")
|
| 64 |
gr.Markdown(
|
|
|
|
| 58 |
|
| 59 |
|
| 60 |
with gr.Blocks(title="Shop finder",
|
| 61 |
+
theme=gr.themes.Soft(primary_hue="purple")) as demo:
|
| 62 |
gr.Markdown(
|
| 63 |
"## Shop finder")
|
| 64 |
gr.Markdown(
|