LivanArzuaga commited on
Commit
4fda0fc
·
verified ·
1 Parent(s): 7eefcaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -1
app.py CHANGED
@@ -142,4 +142,17 @@ else:
142
  </style>
143
  """,
144
  unsafe_allow_html=True
145
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  </style>
143
  """,
144
  unsafe_allow_html=True
145
+ )
146
+
147
+ # Añadir fondo de pantalla
148
+ st.markdown(
149
+ """
150
+ <style>
151
+ .stApp {
152
+ background-image: url("https://images.unsplash.com/photo-1509803874385-db7c23652552?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxleHBsb3JlLWZlZWR8NHx8fGVufDB8fHx8fA%3D%3D");
153
+ background-size: cover;
154
+ }
155
+ </style>
156
+ """,
157
+ unsafe_allow_html=True
158
+ )