Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
4d7a303
1
Parent(s):
5317230
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ title_html = """
|
|
123 |
}}
|
124 |
</style>
|
125 |
<span style='color: gray; font-size: 50px;'>aval</span>
|
126 |
-
<span style='color: #
|
127 |
<span style='color: gray; font-size: 50px;'>.NEXUS</span>
|
128 |
"""
|
129 |
|
@@ -139,7 +139,7 @@ factor_html = """
|
|
139 |
</style>
|
140 |
<a href='https://huggingface.co/spaces/DavidSB/avaliaFACTOR' target='_blank' style='text-decoration: none; color: inherit;'>
|
141 |
<span style='color: gray; font-size: 20px;'>aval</span>
|
142 |
-
<span style='color: #
|
143 |
<span style='color: gray; font-size: 20px;'>.FACTOR</span>
|
144 |
"""
|
145 |
|
@@ -155,7 +155,7 @@ evo_html = """
|
|
155 |
</style>
|
156 |
<a href='https://huggingface.co/spaces/DavidSB/avalia.EVO' target='_blank' style='text-decoration: none; color: inherit;'>
|
157 |
<span style='color: gray; font-size: 20px;'>aval</span>
|
158 |
-
<span style='color: #
|
159 |
<span style='color: gray; font-size: 20px;'>.EVO</span>
|
160 |
"""
|
161 |
|
@@ -270,7 +270,7 @@ with st.container():
|
|
270 |
"ScatterplotLayer",
|
271 |
filtered_data,
|
272 |
get_position=["longitude", "latitude"],
|
273 |
-
get_color="[
|
274 |
get_radius=100, # Adjust dot size as needed
|
275 |
)
|
276 |
|
|
|
123 |
}}
|
124 |
</style>
|
125 |
<span style='color: gray; font-size: 50px;'>aval</span>
|
126 |
+
<span style='color: #edb600; font-size: 50px;'>ia</span>
|
127 |
<span style='color: gray; font-size: 50px;'>.NEXUS</span>
|
128 |
"""
|
129 |
|
|
|
139 |
</style>
|
140 |
<a href='https://huggingface.co/spaces/DavidSB/avaliaFACTOR' target='_blank' style='text-decoration: none; color: inherit;'>
|
141 |
<span style='color: gray; font-size: 20px;'>aval</span>
|
142 |
+
<span style='color: #edb600; font-size: 20px;'>ia</span>
|
143 |
<span style='color: gray; font-size: 20px;'>.FACTOR</span>
|
144 |
"""
|
145 |
|
|
|
155 |
</style>
|
156 |
<a href='https://huggingface.co/spaces/DavidSB/avalia.EVO' target='_blank' style='text-decoration: none; color: inherit;'>
|
157 |
<span style='color: gray; font-size: 20px;'>aval</span>
|
158 |
+
<span style='color: #edb600; font-size: 20px;'>ia</span>
|
159 |
<span style='color: gray; font-size: 20px;'>.EVO</span>
|
160 |
"""
|
161 |
|
|
|
270 |
"ScatterplotLayer",
|
271 |
filtered_data,
|
272 |
get_position=["longitude", "latitude"],
|
273 |
+
get_color="[237, 181, 0, 160]", # RGBA color for light orange, adjust opacity with the last number
|
274 |
get_radius=100, # Adjust dot size as needed
|
275 |
)
|
276 |
|