emvecchi commited on
Commit
92f4b24
1 Parent(s): 96f3c27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ def show_field(f: Field, index: int):
226
 
227
 
228
 
229
- st.set_page_config(layout='centered')
230
  # Title of the app
231
  st.title("Moderator Intervention Prediction")
232
 
 
226
 
227
 
228
 
229
+ st.set_page_config(layout='wide')
230
  # Title of the app
231
  st.title("Moderator Intervention Prediction")
232