AdritRao commited on
Commit
8a9f8e0
·
1 Parent(s): 5fdc2b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from PIL import Image
15
  logo_image = Image.open("logo.png")
16
 
17
  # Set the logo image to display at the top of the app
18
- logo_width = 120 # Adjust this value to your preferred size
19
 
20
  st.image(logo_image, use_column_width=True, width=logo_width)
21
 
 
15
  logo_image = Image.open("logo.png")
16
 
17
  # Set the logo image to display at the top of the app
18
+ logo_width = 80 # Adjust this value to your preferred size
19
 
20
  st.image(logo_image, use_column_width=True, width=logo_width)
21