Spaces:
Runtime error
Runtime error
Commit
·
c7cc540
1
Parent(s):
f530421
Change layout
Browse files
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 |
-
|
107 |
-
|
108 |
-
|
|
|
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 |
):
|