Pushpak21 commited on
Commit
02ff0fe
·
verified ·
1 Parent(s): be4467e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,5 +95,5 @@ with tab2:
95
  st.dataframe(df)
96
  plot_actual_vs_predicted(df)
97
 
98
- except Exception as e:
99
  st.error(f"⚠️ Error while processing the file: {e}")
 
95
  st.dataframe(df)
96
  plot_actual_vs_predicted(df)
97
 
98
+ except Exception as e: # ✅ Required block
99
  st.error(f"⚠️ Error while processing the file: {e}")