Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
9afa68f
1
Parent(s):
23133d1
Update app.py
Browse files
app.py
CHANGED
@@ -74,9 +74,9 @@ for index, row in data.iterrows():
|
|
74 |
zoom_level = round(17 - np.log10(max_distance))
|
75 |
|
76 |
title_html = """
|
77 |
-
<span style='color: gray; font-size:
|
78 |
-
<span style='color: white; font-size:
|
79 |
-
<span style='color: gray; font-size:
|
80 |
"""
|
81 |
|
82 |
# Create a sidebar for controls
|
|
|
74 |
zoom_level = round(17 - np.log10(max_distance))
|
75 |
|
76 |
title_html = """
|
77 |
+
<span style='color: gray; font-size: 46px;'>aval</span>
|
78 |
+
<span style='color: white; font-size: 46px;'>ia</span>
|
79 |
+
<span style='color: gray; font-size: 46px;'>.NEXUS</span>
|
80 |
"""
|
81 |
|
82 |
# Create a sidebar for controls
|