Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,8 +54,8 @@ def findShops(target_platform, target_region, target_field, target_rangeFrom, ta
|
|
54 |
return output
|
55 |
|
56 |
|
57 |
-
|
58 |
-
theme=gr.themes.Soft(primary_hue="sky")) as
|
59 |
gr.Markdown(
|
60 |
"## Shop finder")
|
61 |
gr.Markdown(
|
|
|
54 |
return output
|
55 |
|
56 |
|
57 |
+
with gr.Blocks(title="Shop finder",
|
58 |
+
theme=gr.themes.Soft(primary_hue="sky")) as demo:
|
59 |
gr.Markdown(
|
60 |
"## Shop finder")
|
61 |
gr.Markdown(
|