Ctaake commited on
Commit
e680ea7
1 Parent(s): d050721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,7 +54,7 @@ def findShops(target_platform, target_region, target_field, target_rangeFrom, ta
54
  return output
55
 
56
 
57
- with gr.Blocks(title="Shop finder",
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
- app.launch(show_api=False)
 
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)