Spaces:
Runtime error
Runtime error
remove leafmap import
Browse files- apps/home.py +1 -1
- apps/models.py +1 -1
apps/home.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
|
3 |
|
4 |
def app():
|
5 |
|
|
|
1 |
import streamlit as st
|
2 |
+
|
3 |
|
4 |
def app():
|
5 |
|
apps/models.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
|
3 |
|
4 |
|
5 |
def app():
|
|
|
1 |
import streamlit as st
|
2 |
+
|
3 |
|
4 |
|
5 |
def app():
|