Update app.py
Browse files
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>',
|
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
|