Andy Lee commited on
Commit
f22dc3b
·
1 Parent(s): 6be577f

fix: streamlit compatible old-ver

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ if start_button:
156
  st.image(
157
  step_info["screenshot_bytes"],
158
  caption=f"What AI sees - Step {step_num}",
159
- use_container_width=True,
160
  )
161
 
162
  with col2:
 
156
  st.image(
157
  step_info["screenshot_bytes"],
158
  caption=f"What AI sees - Step {step_num}",
159
+ use_column_width=True,
160
  )
161
 
162
  with col2: