Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ RULES = """<h1>OSV-5M (plonk)</h1>
|
|
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</b>. </h3>
|
53 |
-
<h3> We use the formula $
|
54 |
"""
|
55 |
css = """
|
56 |
@font-face {
|
@@ -85,12 +85,12 @@ h3 {
|
|
85 |
|
86 |
space_js = """
|
87 |
<script src="https://cdn.jsdelivr.net/npm/@rapideditor/[email protected]/dist/country-coder.iife.min.js"></script>
|
88 |
-
<script type="text/x-mathjax-config">
|
89 |
-
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
|
90 |
-
</script>
|
91 |
<script type="text/javascript"
|
92 |
src="http://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
93 |
</script>
|
|
|
|
|
|
|
94 |
<script>
|
95 |
function shortcuts(e) {
|
96 |
var event = document.all ? window.event : e;
|
|
|
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</b>. </h3>
|
53 |
+
<h3> We use the formula $g(d) = 5000 \\exp(\\frac{-d}{1492.7})$ </h3>
|
54 |
"""
|
55 |
css = """
|
56 |
@font-face {
|
|
|
85 |
|
86 |
space_js = """
|
87 |
<script src="https://cdn.jsdelivr.net/npm/@rapideditor/[email protected]/dist/country-coder.iife.min.js"></script>
|
|
|
|
|
|
|
88 |
<script type="text/javascript"
|
89 |
src="http://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
90 |
</script>
|
91 |
+
<script type="text/x-mathjax-config">
|
92 |
+
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
|
93 |
+
</script>
|
94 |
<script>
|
95 |
function shortcuts(e) {
|
96 |
var event = document.all ? window.event : e;
|