Jack Monas
commited on
Commit
·
8d3f161
1
Parent(s):
eb12957
rules
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ def main():
|
|
| 88 |
st.image(
|
| 89 |
"assets/model_performance_over_time.webp",
|
| 90 |
caption="An example T-shirt folding model we trained that degrades in performance over the course of 50 days.",
|
| 91 |
-
|
| 92 |
)
|
| 93 |
st.markdown("---")
|
| 94 |
|
|
|
|
| 88 |
st.image(
|
| 89 |
"assets/model_performance_over_time.webp",
|
| 90 |
caption="An example T-shirt folding model we trained that degrades in performance over the course of 50 days.",
|
| 91 |
+
use_container_width=True
|
| 92 |
)
|
| 93 |
st.markdown("---")
|
| 94 |
|