IshmamF commited on
Commit
568e3cc
1 Parent(s): 84aee70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ st.markdown("""
39
  """, unsafe_allow_html=True)
40
 
41
 
42
- image_path = '/content/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
 
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