BenBranyon commited on
Commit
7330c41
·
verified ·
1 Parent(s): 15f4e8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
  import json
5
  import re
6
 
7
- with open('./files/wave.css') as f:
8
  css = f.read()
9
 
10
  st.markdown(f'<style>{css}</style>', unsafe_allow_html=True)
 
4
  import json
5
  import re
6
 
7
+ with open('./styles.css') as f:
8
  css = f.read()
9
 
10
  st.markdown(f'<style>{css}</style>', unsafe_allow_html=True)