Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ def main():
|
|
| 126 |
if not checked:
|
| 127 |
show_model_summary(True)
|
| 128 |
if checked:
|
| 129 |
-
col11, col12, col13 = st.columns([
|
| 130 |
with col11:
|
| 131 |
img_type = st.selectbox("Choose type of image to generate", index=0,
|
| 132 |
options=["aurora", "anime", "painting", "fauvism", "shell", "universe", "grumpy cat"])
|
|
|
|
| 126 |
if not checked:
|
| 127 |
show_model_summary(True)
|
| 128 |
if checked:
|
| 129 |
+
col11, col12, col13 = st.columns([3,3.5,3.5])
|
| 130 |
with col11:
|
| 131 |
img_type = st.selectbox("Choose type of image to generate", index=0,
|
| 132 |
options=["aurora", "anime", "painting", "fauvism", "shell", "universe", "grumpy cat"])
|