Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ if not st.session_state.cleanup_done:
|
|
38 |
if not os.path.exists(UPLOAD_DIR):
|
39 |
os.makedirs(UPLOAD_DIR, exist_ok=True)
|
40 |
|
41 |
-
# Custom CSS for
|
42 |
st.markdown(
|
43 |
"""
|
44 |
<style>
|
@@ -123,7 +123,7 @@ st.markdown(
|
|
123 |
unsafe_allow_html=True
|
124 |
)
|
125 |
|
126 |
-
#
|
127 |
st.markdown(
|
128 |
"""
|
129 |
<div class="header" style="display: flex; align-items: center; gap: 10px;">
|
|
|
38 |
if not os.path.exists(UPLOAD_DIR):
|
39 |
os.makedirs(UPLOAD_DIR, exist_ok=True)
|
40 |
|
41 |
+
# Custom CSS for Clio -like theme with video background
|
42 |
st.markdown(
|
43 |
"""
|
44 |
<style>
|
|
|
123 |
unsafe_allow_html=True
|
124 |
)
|
125 |
|
126 |
+
# Clio like header without logo
|
127 |
st.markdown(
|
128 |
"""
|
129 |
<div class="header" style="display: flex; align-items: center; gap: 10px;">
|