Geek7 commited on
Commit
ea4e380
·
1 Parent(s): 02d4341

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -1,14 +1,8 @@
1
  import streamlit as st
2
  from pytube import YouTube
3
 
4
- # Use local CSS
5
- def local_css(file_name):
6
- with open(file_name) as f:
7
- st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
8
 
9
 
10
- local_css("style/style.css")
11
-
12
  # Load Animation
13
  animation_symbol = "❄"
14
 
 
1
  import streamlit as st
2
  from pytube import YouTube
3
 
 
 
 
 
4
 
5
 
 
 
6
  # Load Animation
7
  animation_symbol = "❄"
8