Spaces:
Running on CPU Upgrade

osv5m commited on
Commit
a580e3c
·
verified ·
1 Parent(s): ed8e6ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,7 +49,7 @@ RULES = """<h1 style="margin-bottom: 0.5em">OSV-5M (plonk)</h1>
49
  <h3 style="margin-bottom: 0.5em"> Like you, the AIs will need to pick up on geographic clues to pinpoint the locations of the images.</h3>
50
 
51
  <h2> Geoscore </h2>
52
- <h3> The geoscore is calculated based on how close each guess is to the true location as in Geoguessr, with a maximum of <b>5000 points: $$g(d) = 5000 \\exp(\\frac{-d}{1492.7})$$ </h3>
53
  """
54
  css = """
55
  @font-face {
@@ -82,7 +82,7 @@ h3 {
82
  }
83
 
84
  .MathJax {
85
- font-size: 1em;
86
  }
87
  """
88
 
 
49
  <h3 style="margin-bottom: 0.5em"> Like you, the AIs will need to pick up on geographic clues to pinpoint the locations of the images.</h3>
50
 
51
  <h2> Geoscore </h2>
52
+ <h3> The geoscore is calculated based on how close each guess is to the true location as in Geoguessr, with a maximum of <b>5000 points: $$g(d) = 5000 \\exp\\left(\\frac{-d}{1492.7}\\right)$$ </h3>
53
  """
54
  css = """
55
  @font-face {
 
82
  }
83
 
84
  .MathJax {
85
+ font-size: 1.5em;
86
  }
87
  """
88