Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +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,
|
| 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.5,3.75,3.75])
|
| 114 |
with col11:
|
| 115 |
img_type = st.selectbox("Choose type of image to generate", index=0, options=["aurora", "painting", "fauvism", "shell"])
|
| 116 |
# with col12:
|