garyd1 commited on
Commit
c9dc2b7
·
verified ·
1 Parent(s): 0f9af3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Xailor.ai-like theme with video background
42
  st.markdown(
43
  """
44
  <style>
@@ -123,7 +123,7 @@ st.markdown(
123
  unsafe_allow_html=True
124
  )
125
 
126
- # Xailor.ai-like header without logo
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;">