yvokeller commited on
Commit
b41af98
Β·
1 Parent(s): 13efa6d

fix for hf spaces

Browse files
Files changed (1) hide show
  1. main.py β†’ app.py +1 -1
main.py β†’ app.py RENAMED
@@ -7,7 +7,7 @@ def main():
7
 
8
  st.write("Welcome to the Messis Crop Classification app. Use the sidebar to navigate between selecting coordinates and performing inference.")
9
 
10
- st.page_link("main.py", label="Home", icon="🏠")
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
 
 
7
 
8
  st.write("Welcome to the Messis Crop Classification app. Use the sidebar to navigate between selecting coordinates and performing inference.")
9
 
10
+ st.page_link("app.py", label="Home", icon="🏠")
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