geninhu commited on
Commit
4bf3497
·
1 Parent(s): 434ddb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -110,7 +110,8 @@ def main():
110
  st.markdown('___')
111
  if st.checkbox('Click if you want to create one of your own !'):
112
 
113
- col11, col12, col13 = st.columns([2.75,3.625,3.625])
 
114
  with col11:
115
  img_type = st.selectbox("Choose type of image to generate", index=0, options=["aurora", "painting", "fauvism", "shell"])
116
  # with col12:
 
110
  st.markdown('___')
111
  if st.checkbox('Click if you want to create one of your own !'):
112
 
113
+ # col11, col12, col13 = st.columns([2.75,3.625,3.625])
114
+ col11, col12, col13 = st.columns(3)
115
  with col11:
116
  img_type = st.selectbox("Choose type of image to generate", index=0, options=["aurora", "painting", "fauvism", "shell"])
117
  # with col12: