geninhu commited on
Commit
20a5a58
·
1 Parent(s): 4bf3497

Update app.py

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