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