Update app.py
Browse files
app.py
CHANGED
|
@@ -49,6 +49,7 @@ with tab1:
|
|
| 49 |
|
| 50 |
except Exception as e:
|
| 51 |
st.info(f"Error in loading the results!")
|
|
|
|
| 52 |
model_predictions_rows = []
|
| 53 |
|
| 54 |
if model_predictions_rows:
|
|
|
|
| 49 |
|
| 50 |
except Exception as e:
|
| 51 |
st.info(f"Error in loading the results!")
|
| 52 |
+
print(e)
|
| 53 |
model_predictions_rows = []
|
| 54 |
|
| 55 |
if model_predictions_rows:
|