yvokeller commited on
Commit
4c497ff
β€’
1 Parent(s): 3d2072b

remove poster sources

Browse files
Files changed (1) hide show
  1. app.py +0 -7
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()