muhammadnasar commited on
Commit
22a3607
·
1 Parent(s): fd45615

Update raasta.py

Browse files
Files changed (1) hide show
  1. raasta.py +3 -8
raasta.py CHANGED
@@ -290,8 +290,8 @@ def Page():
290
  icon=True,
291
  tag="a",
292
  attributes={
293
- "href": "https://github.com/widgetti/solara",
294
- "title": "Solara Source Code",
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)