geninhu commited on
Commit
15822d1
1 Parent(s): 8d454d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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([2.9,3.05,3.05])
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"])