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

configure space design

Browse files
Files changed (2) hide show
  1. app.py β†’ Home.py +3 -3
  2. 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 🌾 - 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("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
 
 
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 Demo
3
- emoji: πŸƒ
4
- colorFrom: pink
5
  colorTo: gray
6
  sdk: streamlit
7
  sdk_version: 1.37.1
8
- app_file: app.py
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