Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|