ifw-arz commited on
Commit
2011e2d
1 Parent(s): ea4660e
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -145,7 +145,9 @@ def main():
145
  st.pyplot(fig_depth)
146
  st.pyplot(fig_condition)
147
  except:
148
- st.write("Models not loaded yet")
 
 
149
 
150
 
151
 
 
145
  st.pyplot(fig_depth)
146
  st.pyplot(fig_condition)
147
  except:
148
+ #print error:
149
+ with Exception as e:
150
+ st.write(e)
151
 
152
 
153