shukdevdatta123 commited on
Commit
8120f62
·
verified ·
1 Parent(s): 335afb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def main():
141
 
142
  # Display a logo or icon with subtle animation
143
  image = Image.open("11.png") # Path to your image file
144
- st.image(image, width=300, use_column_width=False)
145
 
146
  # Display sample prompt
147
  with st.expander("Sample Prompt For Users", expanded=True):
 
141
 
142
  # Display a logo or icon with subtle animation
143
  image = Image.open("11.png") # Path to your image file
144
+ st.image(image, width=300)
145
 
146
  # Display sample prompt
147
  with st.expander("Sample Prompt For Users", expanded=True):