Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from pytube import YouTube
|
3 |
-
|
4 |
|
5 |
hide_streamlit_style = """
|
6 |
<style>
|
|
|
1 |
import streamlit as st
|
2 |
from pytube import YouTube
|
3 |
+
import streamlit.components.v1 as components
|
4 |
|
5 |
hide_streamlit_style = """
|
6 |
<style>
|