canturan10 commited on
Commit
ec9a0da
1 Parent(s): 3605e6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def main():
31
  st.sidebar.title("Satellighte")
32
  st.sidebar.caption(sat.__description__)
33
 
34
- st.write(
35
  "**Satellighte** is an image classification library that consist state-of-the-art deep learning methods. It is a combination of the words **'Satellite'** and **'Light'**, and its purpose is to establish a light structure to classify satellite images, but to obtain robust results."
36
  )
37
 
 
31
  st.sidebar.title("Satellighte")
32
  st.sidebar.caption(sat.__description__)
33
 
34
+ st.sidebar.write(
35
  "**Satellighte** is an image classification library that consist state-of-the-art deep learning methods. It is a combination of the words **'Satellite'** and **'Light'**, and its purpose is to establish a light structure to classify satellite images, but to obtain robust results."
36
  )
37