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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,8 +54,8 @@ def findShops(target_platform, target_region, target_field, target_rangeFrom, ta
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")
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(