Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -271,7 +271,7 @@ if fetch_data:
|
|
271 |
# Display styled dataframe without index
|
272 |
st.sidebar.dataframe(
|
273 |
styled_stats,
|
274 |
-
use_container_width=
|
275 |
height=240
|
276 |
)
|
277 |
|
|
|
271 |
# Display styled dataframe without index
|
272 |
st.sidebar.dataframe(
|
273 |
styled_stats,
|
274 |
+
use_container_width=False,
|
275 |
height=240
|
276 |
)
|
277 |
|