Spaces:
Sleeping
Sleeping
configure space design
Browse files- app.py β Home.py +3 -3
- README.md +4 -4
app.py β Home.py
RENAMED
@@ -1,13 +1,13 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
def main():
|
4 |
-
st.set_page_config(layout="wide", page_title="Messis
|
5 |
|
6 |
-
st.title("Messis
|
7 |
|
8 |
st.write("Welcome to the Messis Crop Classification demo. Use the sidebar to navigate between selecting the location you are interested in and performing crop classification.")
|
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 |
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
def main():
|
4 |
+
st.set_page_config(layout="wide", page_title="Messis π - Crop Classification πΎ")
|
5 |
|
6 |
+
st.title("Messis π - Crop Classification πΎ")
|
7 |
|
8 |
st.write("Welcome to the Messis Crop Classification demo. Use the sidebar to navigate between selecting the location you are interested in and performing crop classification.")
|
9 |
|
10 |
+
st.page_link("Home.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 |
|
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
title: Messis
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: gray
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.37.1
|
8 |
-
app_file:
|
9 |
pinned: false
|
10 |
---
|
11 |
|
|
|
1 |
---
|
2 |
+
title: Messis Crop Classification
|
3 |
+
emoji: πΎ
|
4 |
+
colorFrom: yellow
|
5 |
colorTo: gray
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.37.1
|
8 |
+
app_file: Home.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|