Spaces:
Sleeping
Sleeping
fix for hf spaces
Browse files- 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("
|
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 |
|