Spaces:
Sleeping
Sleeping
Commit ·
22a3607
1
Parent(s): fd45615
Update raasta.py
Browse files
raasta.py
CHANGED
|
@@ -290,8 +290,8 @@ def Page():
|
|
| 290 |
icon=True,
|
| 291 |
tag="a",
|
| 292 |
attributes={
|
| 293 |
-
"href": "https://github.com/
|
| 294 |
-
"title": "
|
| 295 |
"target": "_blank",
|
| 296 |
},
|
| 297 |
):
|
|
@@ -304,9 +304,4 @@ def Page():
|
|
| 304 |
with solara.Column(classes=["map-container"]):
|
| 305 |
Map()
|
| 306 |
|
| 307 |
-
solara.Style(app_style)
|
| 308 |
-
|
| 309 |
-
|
| 310 |
-
|
| 311 |
-
|
| 312 |
-
|
|
|
|
| 290 |
icon=True,
|
| 291 |
tag="a",
|
| 292 |
attributes={
|
| 293 |
+
"href": "https://github.com/MuhammadNasarUddin/raasta",
|
| 294 |
+
"title": "Raasta Source Code",
|
| 295 |
"target": "_blank",
|
| 296 |
},
|
| 297 |
):
|
|
|
|
| 304 |
with solara.Column(classes=["map-container"]):
|
| 305 |
Map()
|
| 306 |
|
| 307 |
+
solara.Style(app_style)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|