polejowska commited on
Commit
8acad10
β€’
1 Parent(s): d25eafe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
- title = "Satellite images classification"
4
- description = "Upload your own image (it is recommended to take screenshot from Gooogle Earth for example)"
5
  css = "body {background-color: #deebff}"
6
  EXAMPLES = ['most_sf.png', 'test1.png', 'test5.png']
7
 
 
1
  import gradio as gr
2
 
3
+ title = "πŸ“‘ Satellite images classification 🌍 "
4
+ description = "Upload your own image (it is recommended to take screenshot from Gooogle Earth πŸ—Ί for example)"
5
  css = "body {background-color: #deebff}"
6
  EXAMPLES = ['most_sf.png', 'test1.png', 'test5.png']
7