Spaces:
Sleeping
Sleeping
Update app/home.py
Browse files- app/home.py +2 -1
app/home.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
st.set_page_config(
|
|
@@ -9,7 +10,7 @@ st.set_page_config(
|
|
| 9 |
from transcript_extractor import test_api_key, initialize_youtube_api
|
| 10 |
import logging
|
| 11 |
import os
|
| 12 |
-
|
| 13 |
|
| 14 |
# Configure logging to use only stdout
|
| 15 |
logging.basicConfig(
|
|
|
|
| 1 |
+
import sys
|
| 2 |
import streamlit as st
|
| 3 |
|
| 4 |
st.set_page_config(
|
|
|
|
| 10 |
from transcript_extractor import test_api_key, initialize_youtube_api
|
| 11 |
import logging
|
| 12 |
import os
|
| 13 |
+
|
| 14 |
|
| 15 |
# Configure logging to use only stdout
|
| 16 |
logging.basicConfig(
|