Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ with gr.Blocks(js=js_func, css="""
|
|
215 |
show_search=True,
|
216 |
show_fullscreen_button=True,
|
217 |
pinned_columns=3,
|
218 |
-
column_widths=[100, 100,
|
219 |
)
|
220 |
|
221 |
def process_country_filter(country, cost):
|
|
|
215 |
show_search=True,
|
216 |
show_fullscreen_button=True,
|
217 |
pinned_columns=3,
|
218 |
+
column_widths=[100, 100, 100]
|
219 |
)
|
220 |
|
221 |
def process_country_filter(country, cost):
|