TOPSInfosol
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -243,7 +243,6 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
243 |
inputs=file_input,
|
244 |
outputs=[df_state, select_product_column, date_column, target_column],
|
245 |
fn=upload_file,
|
246 |
-
cache_examples=True
|
247 |
)
|
248 |
|
249 |
with gr.Row():
|
|
|
243 |
inputs=file_input,
|
244 |
outputs=[df_state, select_product_column, date_column, target_column],
|
245 |
fn=upload_file,
|
|
|
246 |
)
|
247 |
|
248 |
with gr.Row():
|