Vertdure commited on
Commit
78c5a7b
·
verified ·
1 Parent(s): f56f377

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +3 -5
Home.py CHANGED
@@ -6,15 +6,14 @@ st.set_page_config(layout="wide")
6
  st.sidebar.title("About")
7
  st.sidebar.info(
8
  """
9
- - Web App URL: <https://streamlit.gishub.org>
10
- - GitHub repository: <https://github.com/giswqs/streamlit-geospatial>
11
  """
12
  )
13
 
14
  st.sidebar.title("Contact")
15
  st.sidebar.info(
16
  """
17
- Picenni Kenzo [wetlands.io]() | [GitHub]() | [Twitter]() | [YouTube]() | [LinkedIn]()
18
  """
19
  )
20
 
@@ -44,8 +43,7 @@ st.info("Click on the left sidebar menu to navigate to the different apps.")
44
  st.subheader("Timelapse of Satellite Imagery")
45
  st.markdown(
46
  """
47
- The following timelapse animations were created using the Timelapse web app. Click `Timelapse` on the left sidebar menu to create your own timelapse for any location around the globe.
48
- """
49
  )
50
 
51
  row1_col1, row1_col2 = st.columns(2)
 
6
  st.sidebar.title("About")
7
  st.sidebar.info(
8
  """
9
+ - Web App URL: <Lien de L'app>
 
10
  """
11
  )
12
 
13
  st.sidebar.title("Contact")
14
  st.sidebar.info(
15
  """
16
+ Picenni Kenzo [GitHub]() | [Twitter]() | [YouTube]() | [LinkedIn]()
17
  """
18
  )
19
 
 
43
  st.subheader("Timelapse of Satellite Imagery")
44
  st.markdown(
45
  """
46
+ Description Timelapse app"""
 
47
  )
48
 
49
  row1_col1, row1_col2 = st.columns(2)