shukdevdatta123 commited on
Commit
2dc7ac4
·
verified ·
1 Parent(s): 3238c69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def main():
44
 
45
  # Display a logo or icon
46
  image = Image.open("11.png") # Path to your image file
47
- st.image(image, width=400) # You can adjust the width as needed
48
 
49
  # Display sample prompt
50
  with st.expander("Sample Prompt For Users"):
 
44
 
45
  # Display a logo or icon
46
  image = Image.open("11.png") # Path to your image file
47
+ st.image(image, width=300) # You can adjust the width as needed
48
 
49
  # Display sample prompt
50
  with st.expander("Sample Prompt For Users"):