Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,14 +18,14 @@ client = OpenAI(
|
|
18 |
|
19 |
# Streamlit App UI
|
20 |
st.title("🎥 AI-Powered Video Summarization")
|
|
|
|
|
|
|
21 |
st.markdown(
|
22 |
"""
|
23 |
<style>
|
24 |
-
|
25 |
-
background-
|
26 |
-
background-size: cover;
|
27 |
-
background-position: center;
|
28 |
-
background-repeat: no-repeat;
|
29 |
}
|
30 |
</style>
|
31 |
""",
|
|
|
18 |
|
19 |
# Streamlit App UI
|
20 |
st.title("🎥 AI-Powered Video Summarization")
|
21 |
+
st.markdown(
|
22 |
+
|
23 |
+
# Define custom CSS
|
24 |
st.markdown(
|
25 |
"""
|
26 |
<style>
|
27 |
+
body {
|
28 |
+
background-color: #f6bf46; /* Light Blue */
|
|
|
|
|
|
|
29 |
}
|
30 |
</style>
|
31 |
""",
|