Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1020,9 +1020,13 @@ def create_ride_map():
|
|
| 1020 |
white-space: nowrap;
|
| 1021 |
direction: rtl;
|
| 1022 |
">
|
| 1023 |
-
<
|
| 1024 |
-
|
| 1025 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1026 |
<span style="
|
| 1027 |
color: #6a0dad;
|
| 1028 |
font-family: 'B Nazanin', sans-serif;
|
|
@@ -1051,9 +1055,13 @@ def create_ride_map():
|
|
| 1051 |
white-space: nowrap;
|
| 1052 |
direction: rtl;
|
| 1053 |
">
|
| 1054 |
-
<
|
| 1055 |
-
|
| 1056 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1057 |
<span style="
|
| 1058 |
color: #6a0dad;
|
| 1059 |
font-family: 'B Nazanin', sans-serif;
|
|
|
|
| 1020 |
white-space: nowrap;
|
| 1021 |
direction: rtl;
|
| 1022 |
">
|
| 1023 |
+
<div style="
|
| 1024 |
+
width: 12px;
|
| 1025 |
+
height: 12px;
|
| 1026 |
+
background-color: #6a0dad;
|
| 1027 |
+
border-radius: 50%;
|
| 1028 |
+
margin-left: 5px;
|
| 1029 |
+
"></div>
|
| 1030 |
<span style="
|
| 1031 |
color: #6a0dad;
|
| 1032 |
font-family: 'B Nazanin', sans-serif;
|
|
|
|
| 1055 |
white-space: nowrap;
|
| 1056 |
direction: rtl;
|
| 1057 |
">
|
| 1058 |
+
<div style="
|
| 1059 |
+
width: 12px;
|
| 1060 |
+
height: 12px;
|
| 1061 |
+
background-color: #6a0dad;
|
| 1062 |
+
border-radius: 50%;
|
| 1063 |
+
margin-left: 5px;
|
| 1064 |
+
"></div>
|
| 1065 |
<span style="
|
| 1066 |
color: #6a0dad;
|
| 1067 |
font-family: 'B Nazanin', sans-serif;
|