shukdevdatta123 commited on
Commit
b9d3347
·
verified ·
1 Parent(s): 9ed03e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def main():
109
 
110
  # Display a logo or icon with subtle animation
111
  image = Image.open("11.png") # Path to your image file
112
- st.image(image, width=300, use_column_width=False)
113
 
114
  # Display sample prompt
115
  with st.expander("Sample Prompt For Users", expanded=True):
 
109
 
110
  # Display a logo or icon with subtle animation
111
  image = Image.open("11.png") # Path to your image file
112
+ st.image(image, width=300)
113
 
114
  # Display sample prompt
115
  with st.expander("Sample Prompt For Users", expanded=True):