Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -167,16 +167,16 @@ def main():
|
|
167 |
|
168 |
with col1:
|
169 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
170 |
-
button1 = st.button("Resumen", key="resumen_button")
|
171 |
st.markdown('</div>', unsafe_allow_html=True)
|
172 |
with col2:
|
173 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
174 |
-
button2 = st.button("Entidad", key="entidad_button")
|
175 |
st.markdown('</div>', unsafe_allow_html=True)
|
176 |
|
177 |
with col3:
|
178 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
179 |
-
button3 = st.button("Fecha implantaci贸n", key="fecha_button")
|
180 |
st.markdown('</div>', unsafe_allow_html=True)
|
181 |
|
182 |
if button1:
|
|
|
167 |
|
168 |
with col1:
|
169 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
170 |
+
button1 = st.button("Resumen", key="resumen_button")
|
171 |
st.markdown('</div>', unsafe_allow_html=True)
|
172 |
with col2:
|
173 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
174 |
+
button2 = st.button("Entidad", key="entidad_button")
|
175 |
st.markdown('</div>', unsafe_allow_html=True)
|
176 |
|
177 |
with col3:
|
178 |
st.markdown('<div class="custom-button">', unsafe_allow_html=True)
|
179 |
+
button3 = st.button("Fecha implantaci贸n", key="fecha_button")
|
180 |
st.markdown('</div>', unsafe_allow_html=True)
|
181 |
|
182 |
if button1:
|