CCockrum commited on
Commit
66074ff
·
verified ·
1 Parent(s): f75b2e1

Update app.py

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