Update app.py
Browse files
app.py
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from pytube import YouTube
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
hide_streamlit_style = """
|
| 10 |
<style>
|
| 11 |
#MainMenu {visibility: hidden;}
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from pytube import YouTube
|
| 3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
hide_streamlit_style = """
|
| 5 |
<style>
|
| 6 |
#MainMenu {visibility: hidden;}
|