sathishleo commited on
Commit
d14e29d
·
1 Parent(s): a3124e1

Add app.py, backend, requirements, ignore models folder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, use_container_width=True)
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.")