TOPSInfosol commited on
Commit
1f0dbf4
·
verified ·
1 Parent(s): cb70686

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
273
 
274
 
275
 
276
- file_input.upload(
277
  upload_file,
278
  inputs=[file_input],
279
  outputs=[df_state, select_product_column, date_column, target_column]
 
273
 
274
 
275
 
276
+ file_input.change(
277
  upload_file,
278
  inputs=[file_input],
279
  outputs=[df_state, select_product_column, date_column, target_column]