JVice commited on
Commit
a2f9330
1 Parent(s): 23f444a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- st.set_page_config(layout="wide")
3
  import streamlit_authenticator as stauth
4
  from uuid import uuid4
5
  import model_comparison as MCOMP
 
1
  import streamlit as st
2
+ st.set_page_config(layout="centered")
3
  import streamlit_authenticator as stauth
4
  from uuid import uuid4
5
  import model_comparison as MCOMP