Upload folder using huggingface_hub
Browse files
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}")
|