giswqs commited on
Commit
b5296bf
1 Parent(s): a5d06ed

Update README

Browse files
Files changed (1) hide show
  1. pages/00_home.py +4 -4
pages/00_home.py CHANGED
@@ -5,15 +5,15 @@ import solara
5
  def Page():
6
  with solara.Column(align="center"):
7
  markdown = """
8
- ## A Solara Template for Geospatial Applications
9
 
10
  ### Introduction
11
 
12
  **A collection of [Solara](https://github.com/widgetti/solara) web apps for geospatial applications.**
13
 
14
- - Web App: <https://giswqs-solara-template.hf.space>
15
- - GitHub: <https://github.com/opengeos/solara-template>
16
- - Hugging Face: <https://huggingface.co/spaces/giswqs/solara-template>
17
 
18
  """
19
 
 
5
  def Page():
6
  with solara.Column(align="center"):
7
  markdown = """
8
+ ## A Solara Web App for Visualizing [Maxar Open Data](https://www.maxar.com/open-data)
9
 
10
  ### Introduction
11
 
12
  **A collection of [Solara](https://github.com/widgetti/solara) web apps for geospatial applications.**
13
 
14
+ - Web App: <https://giswqs-solara-maxar.hf.space>
15
+ - GitHub: <https://github.com/opengeos/solara-maxar>
16
+ - Hugging Face: <https://huggingface.co/spaces/giswqs/solara-maxar>
17
 
18
  """
19