Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import altair as alt
|
|
6 |
import pydeck as pdk
|
7 |
|
8 |
@st.experimental_singleton
|
9 |
-
|
10 |
# Create a database connection object that points to the URL.
|
11 |
return connection
|
12 |
|
|
|
6 |
import pydeck as pdk
|
7 |
|
8 |
@st.experimental_singleton
|
9 |
+
def get_database_session(_sessionmaker, url):
|
10 |
# Create a database connection object that points to the URL.
|
11 |
return connection
|
12 |
|