michaelpiro1 commited on
Commit
1fed098
·
verified ·
1 Parent(s): c0f3a83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -0
app.py CHANGED
@@ -1,5 +1,22 @@
1
  import streamlit as st
2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  audioldm_exmples_input_paths = []
4
  audioldm_exmples_original_paths = []
5
  exmples_prompts = ["wiwi", "pipi","wifi"]
 
1
  import streamlit as st
2
 
3
+ page_bg_img = f"""
4
+ <style>
5
+ [data-testid="stAppViewContainer"] > .main {{
6
+ background-image: url("https://i.postimg.cc/4xgNnkfX/Untitled-design.png");
7
+ background-size: cover;
8
+ background-position: center center;
9
+ background-repeat: no-repeat;
10
+ background-attachment: local;
11
+ }}
12
+ [data-testid="stHeader"] {{
13
+ background: rgba(0,0,0,0);
14
+ }}
15
+ </style>
16
+ """
17
+
18
+ st.markdown(page_bg_img, unsafe_allow_html=True)
19
+
20
  audioldm_exmples_input_paths = []
21
  audioldm_exmples_original_paths = []
22
  exmples_prompts = ["wiwi", "pipi","wifi"]