MCK-02 commited on
Commit
465a1f2
1 Parent(s): 1f83538

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -334,8 +334,6 @@ def load_data():
334
  df = pd.concat([df, new_row], ignore_index=True)
335
  return df
336
 
337
- st.checkbox("Use container width", value=False, key="use_container_width")
338
-
339
  dataframe = load_data()
340
 
341
- st.dataframe(dataframe)
 
334
  df = pd.concat([df, new_row], ignore_index=True)
335
  return df
336
 
 
 
337
  dataframe = load_data()
338
 
339
+ st.dataframe(dataframe, use_container_width=True)