Anon commited on
Commit ·
bebc9e3
1
Parent(s): e61e9cc
small fixes again.
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -99,6 +99,6 @@ else:
|
|
| 99 |
items = filtered.to_dict(orient="records")
|
| 100 |
for item in items:
|
| 101 |
caption = f"{item['sparsity']} out of {item['sparsity_out_of']}"
|
| 102 |
-
st.image(item["path"], caption=caption, width="
|
| 103 |
|
| 104 |
st.divider()
|
|
|
|
| 99 |
items = filtered.to_dict(orient="records")
|
| 100 |
for item in items:
|
| 101 |
caption = f"{item['sparsity']} out of {item['sparsity_out_of']}"
|
| 102 |
+
st.image(item["path"], caption=caption, width="content")
|
| 103 |
|
| 104 |
st.divider()
|