SolubleFish commited on
Commit
f1150d1
1 Parent(s): d11b84b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def classify_image(image):
13
  st.title("Image Classification Web App")
14
 
15
  # Intro
16
- st.write("Please provide a Satellite image for classification /n /n Class names = Forest, River, Highway, AnnualCrop,SeaLake, HerbaceousVegetation, Industrial, Residential, PermanentCrop, Pasture")
17
 
18
  # Image input via URL
19
  url = st.text_input("Image URL")
 
13
  st.title("Image Classification Web App")
14
 
15
  # Intro
16
+ st.write("Please provide a Satellite image for classification ")
17
 
18
  # Image input via URL
19
  url = st.text_input("Image URL")