AdritRao commited on
Commit
cf4798b
·
1 Parent(s): 9506ae7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -123,8 +123,6 @@ if st.button("Analyze"):
123
  if os.path.exists(image_path):
124
  st.title("Diameter Graph")
125
  st.image(image_path, use_column_width=True)
126
- except Exception as e:
127
- st.error(f"Error: {str(e)}")
128
 
129
 
130
 
 
123
  if os.path.exists(image_path):
124
  st.title("Diameter Graph")
125
  st.image(image_path, use_column_width=True)
 
 
126
 
127
 
128