Spaces:
Sleeping
Sleeping
Update app/utils.py
Browse files- app/utils.py +1 -0
app/utils.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from transcript_extractor import get_transcript
|
| 3 |
import logging
|
|
|
|
| 4 |
|
| 5 |
# Configure logging for stdout only
|
| 6 |
logging.basicConfig(
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from transcript_extractor import get_transcript
|
| 3 |
import logging
|
| 4 |
+
import sys
|
| 5 |
|
| 6 |
# Configure logging for stdout only
|
| 7 |
logging.basicConfig(
|