Spaces:
Sleeping
Sleeping
remove poster sources
Browse files
app.py
CHANGED
@@ -11,12 +11,5 @@ def main():
|
|
11 |
st.page_link("pages/1_Select_Location.py", label="Select Location", icon="π")
|
12 |
st.page_link("pages/2_Perform_Crop_Classification.py", label="Perform Crop Classification", icon="π")
|
13 |
|
14 |
-
st.markdown("""
|
15 |
-
---
|
16 |
-
### Ausstellung Bachelor-Diplomarbeiten
|
17 |
-
""")
|
18 |
-
|
19 |
-
st.page_link("https://docs.google.com/document/d/1pd_rAwvHLSp1ba_JUFa6wfdbPoU93l41u1OZl_40Noo/edit?usp=sharing", label="Referenzen Poster", icon="π")
|
20 |
-
|
21 |
if __name__ == "__main__":
|
22 |
main()
|
|
|
11 |
st.page_link("pages/1_Select_Location.py", label="Select Location", icon="π")
|
12 |
st.page_link("pages/2_Perform_Crop_Classification.py", label="Perform Crop Classification", icon="π")
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
if __name__ == "__main__":
|
15 |
main()
|