awacke1 commited on
Commit
8f608da
·
1 Parent(s): 0b06693

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import altair as alt
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
 
 
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