Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
5317230
1
Parent(s):
21b7a59
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 |
|
@@ -270,7 +270,7 @@ with st.container():
|
|
270 |
"ScatterplotLayer",
|
271 |
filtered_data,
|
272 |
get_position=["longitude", "latitude"],
|
273 |
-
get_color="[255, 172, 28,
|
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: #FFAC1C; 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: #FFAC1C; font-size: 20px;'>ia</span>
|
143 |
<span style='color: gray; font-size: 20px;'>.FACTOR</span>
|
144 |
"""
|
145 |
|
|
|
270 |
"ScatterplotLayer",
|
271 |
filtered_data,
|
272 |
get_position=["longitude", "latitude"],
|
273 |
+
get_color="[255, 172, 28, 160]", # RGBA color for light orange, adjust opacity with the last number
|
274 |
get_radius=100, # Adjust dot size as needed
|
275 |
)
|
276 |
|