Spaces:
Runtime error
Runtime error
Commit
·
f530421
1
Parent(s):
2f435ba
Allow image to expand to column width
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ transformed_image = get_transformed_image(state.image)
|
|
136 |
new_col1, new_col2 = st.beta_columns([5, 5])
|
137 |
|
138 |
# Display Image
|
139 |
-
new_col1.image(state.image, use_column_width="
|
140 |
|
141 |
|
142 |
# Display Question
|
|
|
136 |
new_col1, new_col2 = st.beta_columns([5, 5])
|
137 |
|
138 |
# Display Image
|
139 |
+
new_col1.image(state.image, use_column_width="always")
|
140 |
|
141 |
|
142 |
# Display Question
|