hmb HF Staff commited on
Commit
e12bd69
·
verified ·
1 Parent(s): 25bfcbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -120,7 +120,7 @@ def get_terrain_with_emoji():
120
 
121
  styled_df = style_dataframe(df)
122
 
123
- with gr.Blocks(css="""
124
  .gradio-container .table-wrap {
125
  font-family: 'Inter', sans-serif;
126
  }
@@ -409,4 +409,4 @@ with gr.Blocks(css="""
409
 
410
  cost_slider.change(recommend_location, inputs=[priority, cost_slider], outputs=recommendation)
411
 
412
- demo.launch(js=js_func)
 
120
 
121
  styled_df = style_dataframe(df)
122
 
123
+ with gr.Blocks(js=js_func, css="""
124
  .gradio-container .table-wrap {
125
  font-family: 'Inter', sans-serif;
126
  }
 
409
 
410
  cost_slider.change(recommend_location, inputs=[priority, cost_slider], outputs=recommendation)
411
 
412
+ demo.launch()