gchhablani commited on
Commit
c7cc540
1 Parent(s): f530421

Change layout

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -103,9 +103,10 @@ if state.image_file is None:
103
  image = plt.imread(image_path)
104
  state.image = image
105
 
106
- # col1, col2 = st.beta_columns([6, 4])
107
-
108
- if st.button(
 
109
  "Get a random example",
110
  help="Get a random example from the 100 `seeded` image-text pairs.",
111
  ):
103
  image = plt.imread(image_path)
104
  state.image = image
105
 
106
+ col1, col2, col3 = st.beta_columns([3,3,3])
107
+ col1.write("")
108
+ col3.write("")
109
+ if col2.button(
110
  "Get a random example",
111
  help="Get a random example from the 100 `seeded` image-text pairs.",
112
  ):