Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import subprocess
|
|
| 3 |
def local_css(file_name):
|
| 4 |
with open(file_name) as f:
|
| 5 |
st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
|
| 6 |
-
local_css("
|
| 7 |
def install_libraries():
|
| 8 |
try:
|
| 9 |
subprocess.check_call(['pip', 'install', 'pytube'])
|
|
|
|
| 3 |
def local_css(file_name):
|
| 4 |
with open(file_name) as f:
|
| 5 |
st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
|
| 6 |
+
local_css("styles.css")
|
| 7 |
def install_libraries():
|
| 8 |
try:
|
| 9 |
subprocess.check_call(['pip', 'install', 'pytube'])
|