Spaces:
Paused
Paused
Commit ·
f8a6204
1
Parent(s): fd9a1bf
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from streamlit_option_menu import option_menu
|
|
| 3 |
import streamlit as st
|
| 4 |
from youtube import yt_down
|
| 5 |
from pornhub import ph_down
|
| 6 |
-
from other import cut_video
|
| 7 |
|
| 8 |
# Navigasi Sidebar
|
| 9 |
with st.sidebar:
|
|
|
|
| 3 |
import streamlit as st
|
| 4 |
from youtube import yt_down
|
| 5 |
from pornhub import ph_down
|
| 6 |
+
from other import cut_video, session
|
| 7 |
|
| 8 |
# Navigasi Sidebar
|
| 9 |
with st.sidebar:
|