JaMugen commited on
Commit
d738b3b
·
1 Parent(s): 0912f82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("style.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'])