Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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:
|