gchhablani commited on
Commit
f530421
1 Parent(s): 2f435ba

Allow image to expand to column width

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="auto")
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