gloignon commited on
Commit
bddd5ad
·
verified ·
1 Parent(s): d0392b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks() as demo:
131
 
132
  # Output the final results table after the search button
133
  with gr.Row():
134
- result_table = gr.DataFrame(label="Résultats", col_count=(1, "dynamic"), interactive=False, max_height=600) # Disable renaming/editing
135
 
136
  # Button to trigger the Excel export
137
  with gr.Row():
 
131
 
132
  # Output the final results table after the search button
133
  with gr.Row():
134
+ result_table = gr.DataFrame(label="Résultats", col_count=(1, "dynamic"), interactive=False) # Disable renaming/editing
135
 
136
  # Button to trigger the Excel export
137
  with gr.Row():