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