Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ 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 app:
|
| 59 |
gr.Markdown(
|
| 60 |
"## Shop finder")
|
|
@@ -120,4 +120,4 @@ with gr.Blocks(title="Shop finder",
|
|
| 120 |
numberOfShops],
|
| 121 |
outputs=out)
|
| 122 |
|
| 123 |
-
|
|
|
|
| 54 |
return output
|
| 55 |
|
| 56 |
|
| 57 |
+
demo = gr.Blocks(title="Shop finder",
|
| 58 |
theme=gr.themes.Soft(primary_hue="sky")) as app:
|
| 59 |
gr.Markdown(
|
| 60 |
"## Shop finder")
|
|
|
|
| 120 |
numberOfShops],
|
| 121 |
outputs=out)
|
| 122 |
|
| 123 |
+
demo.launch(show_api=False)
|