AMR-KELEG commited on
Commit
7ac92c7
·
verified ·
1 Parent(s): 8b3349d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: