Spaces:
Build error
Build error
Paul Ke commited on
Update streamlit_app.py
Browse files- streamlit_app.py +7 -0
streamlit_app.py
CHANGED
|
@@ -17,6 +17,13 @@ import tempfile
|
|
| 17 |
from dotenv import load_dotenv
|
| 18 |
load_dotenv()
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
# Config
|
| 22 |
if "videos" not in st.session_state:
|
|
|
|
| 17 |
from dotenv import load_dotenv
|
| 18 |
load_dotenv()
|
| 19 |
|
| 20 |
+
#browser.gatherUsageStats=False
|
| 21 |
+
|
| 22 |
+
# Page Configuration
|
| 23 |
+
st.set_page_config(
|
| 24 |
+
page_title="Generate the story of videos:",
|
| 25 |
+
layout="wide"
|
| 26 |
+
)
|
| 27 |
|
| 28 |
# Config
|
| 29 |
if "videos" not in st.session_state:
|