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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -144,13 +144,16 @@ else:
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
  """,
 
144
  unsafe_allow_html=True
145
  )
146
 
147
+
148
  st.markdown(
149
  """
150
  <style>
151
+ .stTextInput {
152
+ position: fixed;
153
+ bottom: 0;
154
+ width: 100%;
155
+ padding: 10px;
156
+ box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
157
  }
158
  </style>
159
  """,