Update Home page
Browse files- streamlit_app.py +1 -3
streamlit_app.py
CHANGED
@@ -44,10 +44,8 @@ with st.sidebar:
|
|
44 |
st.sidebar.info(
|
45 |
"""
|
46 |
**Web App URL:**
|
47 |
-
<https://scholar.
|
48 |
|
49 |
-
**Contact:**
|
50 |
-
- [Qiusheng Wu](https://geography.utk.edu/about-us/faculty/dr-qiusheng-wu)
|
51 |
"""
|
52 |
)
|
53 |
st.image("https://i.imgur.com/2WhANKg.png")
|
|
|
44 |
st.sidebar.info(
|
45 |
"""
|
46 |
**Web App URL:**
|
47 |
+
<https://scholar.gishub.org>
|
48 |
|
|
|
|
|
49 |
"""
|
50 |
)
|
51 |
st.image("https://i.imgur.com/2WhANKg.png")
|