Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -226,6 +226,7 @@ function getLocation() {
|
|
226 |
});
|
227 |
}
|
228 |
getLocation();
|
|
|
229 |
"""
|
230 |
st.markdown(f"<script>{js_code}</script>", unsafe_allow_html=True)
|
231 |
|
|
|
226 |
});
|
227 |
}
|
228 |
getLocation();
|
229 |
+
console.log(localisation);
|
230 |
"""
|
231 |
st.markdown(f"<script>{js_code}</script>", unsafe_allow_html=True)
|
232 |
|