Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ st.markdown("""
|
|
39 |
""", unsafe_allow_html=True)
|
40 |
|
41 |
|
42 |
-
image_path = '
|
43 |
|
44 |
st.image(image_path, use_column_width=False, width=250) # Adjust the width as needed
|
45 |
# Custom gradient background using CSS
|
|
|
39 |
""", unsafe_allow_html=True)
|
40 |
|
41 |
|
42 |
+
image_path = './MODUSMUSIC.png' # Replace with the actual path to your image
|
43 |
|
44 |
st.image(image_path, use_column_width=False, width=250) # Adjust the width as needed
|
45 |
# Custom gradient background using CSS
|