Spaces:
Running
Running
Update pages/Fórmula.py
Browse files- pages/Fórmula.py +3 -0
pages/Fórmula.py
CHANGED
@@ -12,6 +12,9 @@ st.set_page_config(
|
|
12 |
|
13 |
st.title("Eficiencia")
|
14 |
|
|
|
|
|
|
|
15 |
col1, col2 = st.columns(2)
|
16 |
|
17 |
with col1:
|
|
|
12 |
|
13 |
st.title("Eficiencia")
|
14 |
|
15 |
+
with st.sidebar:
|
16 |
+
st.write("[email protected]")
|
17 |
+
|
18 |
col1, col2 = st.columns(2)
|
19 |
|
20 |
with col1:
|