hina19 commited on
Commit
0557c7d
·
verified ·
1 Parent(s): fbc045d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- .stApp {
25
- background-image: url("https://s29938.pcdn.co/wp-content/uploads/2019/02/Wallpaper-Kemra-WhiteSubwayTile-4-1100x1320.jpg.optimal.jpg");
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
  """,