Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,8 @@ if (!window.hasBeenRun) {
|
|
42 |
def get_database_session(url):
|
43 |
# Create a database session object that points to the URL.
|
44 |
return session
|
45 |
-
Clear memo
|
46 |
-
Clear all in-memory and on-disk memo caches.
|
47 |
|
48 |
@st.experimental_memo
|
49 |
def fetch_and_clean_data(url):
|
|
|
42 |
def get_database_session(url):
|
43 |
# Create a database session object that points to the URL.
|
44 |
return session
|
45 |
+
#Clear memo
|
46 |
+
#Clear all in-memory and on-disk memo caches.
|
47 |
|
48 |
@st.experimental_memo
|
49 |
def fetch_and_clean_data(url):
|