annapurnapadmaprema-ji commited on
Commit
f63e27c
1 Parent(s): 375bae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.set_page_config(
12
  page_title="Music Gen"
13
  )
14
 
15
- with open("styles.css") as f:
16
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
17
 
18
  @st.cache_resource
 
12
  page_title="Music Gen"
13
  )
14
 
15
+ with open("style.css") as f:
16
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
17
 
18
  @st.cache_resource