GSMEthesis commited on
Commit
7f0f127
·
verified ·
1 Parent(s): 0d7e831

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -6
app.py CHANGED
@@ -1020,9 +1020,13 @@ def create_ride_map():
1020
  white-space: nowrap;
1021
  direction: rtl;
1022
  ">
1023
- <svg width="24" height="24" viewBox="0 0 24 24" fill="#ff69b4" style="margin-left: 5px;">
1024
- <path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/>
1025
- </svg>
 
 
 
 
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
- <svg width="24" height="24" viewBox="0 0 24 24" fill="#ff69b4" style="margin-left: 5px;">
1055
- <path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/>
1056
- </svg>
 
 
 
 
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;