Spaces:
Sleeping
Sleeping
Update src/pages/categorized/page1.py
Browse files
src/pages/categorized/page1.py
CHANGED
|
@@ -286,11 +286,11 @@ def main():
|
|
| 286 |
st.subheader("Property Data")
|
| 287 |
st.dataframe(result.T, use_container_width=True)
|
| 288 |
|
| 289 |
-
st.subheader("Property Graph")
|
| 290 |
img_path = f"src/images/images/{mat}_{prop}.png"
|
| 291 |
|
| 292 |
try:
|
| 293 |
img = Image.open(img_path)
|
|
|
|
| 294 |
st.image(img, use_container_width=True, caption="Stress strain curve")
|
| 295 |
except FileNotFoundError:
|
| 296 |
st.write("")
|
|
|
|
| 286 |
st.subheader("Property Data")
|
| 287 |
st.dataframe(result.T, use_container_width=True)
|
| 288 |
|
|
|
|
| 289 |
img_path = f"src/images/images/{mat}_{prop}.png"
|
| 290 |
|
| 291 |
try:
|
| 292 |
img = Image.open(img_path)
|
| 293 |
+
st.subheader("Property Graph")
|
| 294 |
st.image(img, use_container_width=True, caption="Stress strain curve")
|
| 295 |
except FileNotFoundError:
|
| 296 |
st.write("")
|