Spaces:
Running
Running
Update app.py
Browse files
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(
|
|
|
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()
|