Spaces:
Sleeping
Sleeping
Commit ·
d14e29d
1
Parent(s): a3124e1
Add app.py, backend, requirements, ignore models folder
Browse files
app.py
CHANGED
|
@@ -136,6 +136,6 @@ elif page == "Reports & Plots":
|
|
| 136 |
if os.path.exists(p):
|
| 137 |
with rows[i % 2]:
|
| 138 |
st.markdown(f"**{title}**")
|
| 139 |
-
st.image(p
|
| 140 |
else:
|
| 141 |
st.info(f"{fname} not available yet.")
|
|
|
|
| 136 |
if os.path.exists(p):
|
| 137 |
with rows[i % 2]:
|
| 138 |
st.markdown(f"**{title}**")
|
| 139 |
+
st.image(p)
|
| 140 |
else:
|
| 141 |
st.info(f"{fname} not available yet.")
|