Spaces:
Runtime error
Runtime error
canturan10
commited on
Commit
•
3605e6e
1
Parent(s):
2638fd3
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,14 @@ def main():
|
|
37 |
|
38 |
st.sidebar.caption(f"Version: `{sat.__version__}`")
|
39 |
st.sidebar.caption(f"License: `{sat.__license__}`")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
st.sidebar.caption(sat.__copyright__)
|
41 |
|
42 |
selected_model = st.selectbox(
|
|
|
37 |
|
38 |
st.sidebar.caption(f"Version: `{sat.__version__}`")
|
39 |
st.sidebar.caption(f"License: `{sat.__license__}`")
|
40 |
+
st.sidebar.caption("")
|
41 |
+
st.sidebar.caption(f"[Website](https://canturan10.github.io/satellighte/)")
|
42 |
+
st.sidebar.caption(f"[Docs](https://satellighte.readthedocs.io/)")
|
43 |
+
st.sidebar.caption(f"[Github](https://github.com/canturan10/satellighte)")
|
44 |
+
st.sidebar.caption(f"[Demo Page](https://canturan10-satellighte-streamlit-app-6lr5ve.streamlitapp.com/)")
|
45 |
+
#st.sidebar.caption(f"[Hugging Face](https://huggingface.co/spaces/canturan10/satellighte)")
|
46 |
+
st.sidebar.caption(f"[Pypi](https://pypi.org/project/satellighte/)")
|
47 |
+
st.sidebar.caption("")
|
48 |
st.sidebar.caption(sat.__copyright__)
|
49 |
|
50 |
selected_model = st.selectbox(
|