awacke1 commited on
Commit
b25dc57
·
1 Parent(s): 5785713

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks() as demo:
35
  csv_selector = gr.Dropdown(label="Select CSV File", choices=csv_files)
36
 
37
  # Dataframe and map components
38
- data = gr.Dataframe(row_count=[3, 'fixed'], interactive=False)
39
  map_component = Folium(height=400)
40
 
41
  # Button to reload data and map
 
35
  csv_selector = gr.Dropdown(label="Select CSV File", choices=csv_files)
36
 
37
  # Dataframe and map components
38
+ data = gr.Dataframe(row_count=[5, 'dynamic'], interactive=False)
39
  map_component = Folium(height=400)
40
 
41
  # Button to reload data and map