Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ logo_image = Image.open("logo.png")
|
|
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)
|
21 |
|
22 |
subprocess_executed = False
|
23 |
|
|
|
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, logo_width)
|
21 |
|
22 |
subprocess_executed = False
|
23 |
|