Geek7 commited on
Commit
e020d2b
·
1 Parent(s): 06ed807

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from pytube import YouTube
4
 
5
  with open('./bg.css') as f:
6
  css = f.read()
7
- st.markdown(f'<style>{css}</style>',hide_streamlit_style, unsafe_allow_html=True)
8
 
9
  class YouTubeDownloader:
10
  @staticmethod
 
4
 
5
  with open('./bg.css') as f:
6
  css = f.read()
7
+ st.markdown(f'<style>{css}</style>', unsafe_allow_html=True)
8
 
9
  class YouTubeDownloader:
10
  @staticmethod