Spaces:
Running on CPU Upgrade

osv5m commited on
Commit
752b92d
·
verified ·
1 Parent(s): b00c130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,9 +37,9 @@ MPL = False
37
  IMAGE_FOLDER = './images'
38
  CSV_FILE = './select.csv'
39
  BASE_LOCATION = [0, 23]
40
- RULES = """<h1>OSV-5M (plonk)</h1>
41
  <center style="margin-bottom: 1em; margin-top: 1em"><img width="256" alt="Rotating globe" src="https://upload.wikimedia.org/wikipedia/commons/6/6b/Rotating_globe.gif"></center>
42
- <h2> Instructions </h2>
43
  <h3> Click on the map 🗺️ (left) to the location at which you think the image 🖼️ (right) was captured!</h3>
44
  <h3 style="margin-bottom: 0.5em"> Click "Select" to finalize your selection and then "Next" to move to the next image.</h3>
45
 
 
37
  IMAGE_FOLDER = './images'
38
  CSV_FILE = './select.csv'
39
  BASE_LOCATION = [0, 23]
40
+ RULES = """<h1 style="margin-bottom: 0.5em">OSV-5M (plonk)</h1>
41
  <center style="margin-bottom: 1em; margin-top: 1em"><img width="256" alt="Rotating globe" src="https://upload.wikimedia.org/wikipedia/commons/6/6b/Rotating_globe.gif"></center>
42
+ <h2 style="margin-top: 0.5em"> Instructions </h2>
43
  <h3> Click on the map 🗺️ (left) to the location at which you think the image 🖼️ (right) was captured!</h3>
44
  <h3 style="margin-bottom: 0.5em"> Click "Select" to finalize your selection and then "Next" to move to the next image.</h3>
45