Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
·
703e3e3
1
Parent(s):
de141c7
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,18 @@ title_html = """
|
|
79 |
<span style='color: gray; font-size: 50px;'>.NEXUS</span>
|
80 |
"""
|
81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
# Create a sidebar for controls
|
83 |
with st.sidebar:
|
84 |
#st.title('avalia.se')
|
@@ -127,8 +139,8 @@ with st.sidebar:
|
|
127 |
radius_in_meters = st.slider('Selecione raio (em metros)', min_value=100, max_value=5000, value=1000)
|
128 |
|
129 |
# Links to other apps at the bottom of the sidebar
|
130 |
-
st.sidebar.markdown("[
|
131 |
-
st.sidebar.markdown("[
|
132 |
|
133 |
|
134 |
# Filter data based on the radius
|
|
|
79 |
<span style='color: gray; font-size: 50px;'>.NEXUS</span>
|
80 |
"""
|
81 |
|
82 |
+
factor_html = """
|
83 |
+
<span style='color: gray; font-size: 36px;'>aval</span>
|
84 |
+
<span style='color: white; font-size: 36px;'>ia</span>
|
85 |
+
<span style='color: gray; font-size: 36px;'>.FACTOR</span>
|
86 |
+
"""
|
87 |
+
|
88 |
+
evo_html = """
|
89 |
+
<span style='color: gray; font-size: 36px;'>aval</span>
|
90 |
+
<span style='color: white; font-size: 36px;'>ia</span>
|
91 |
+
<span style='color: gray; font-size: 36px;'>.EVO</span>
|
92 |
+
"""
|
93 |
+
|
94 |
# Create a sidebar for controls
|
95 |
with st.sidebar:
|
96 |
#st.title('avalia.se')
|
|
|
139 |
radius_in_meters = st.slider('Selecione raio (em metros)', min_value=100, max_value=5000, value=1000)
|
140 |
|
141 |
# Links to other apps at the bottom of the sidebar
|
142 |
+
st.sidebar.markdown("[factor_html, unsafe_allow_html=True](https://huggingface.co/spaces/DavidSB/avaliaFACTOR)")
|
143 |
+
st.sidebar.markdown("[evo_html, unsafe_allow_html=True](https://huggingface.co/spaces/DavidSB/avalia.EVO)")
|
144 |
|
145 |
|
146 |
# Filter data based on the radius
|