cyberandy commited on
Commit
9d24b06
1 Parent(s): 6da1600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def main():
45
 
46
  # Use the first column to display the image
47
  with col1:
48
- st.image(image_path)
49
 
50
  # Use the second column to display the title and other content
51
  with col2:
 
45
 
46
  # Use the first column to display the image
47
  with col1:
48
+ st.image(image_path, width=300, height=300)
49
 
50
  # Use the second column to display the title and other content
51
  with col2: