Spaces:
Sleeping
Sleeping
Timo
commited on
Commit
·
b743918
1
Parent(s):
8c8d321
Helpers
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -29,7 +29,7 @@ import streamlit as st
|
|
| 29 |
# 0. Constants & helpers
|
| 30 |
# -----------------------------------------------------------------------------
|
| 31 |
|
| 32 |
-
SUPPORTED_SETS_PATH = Path("supported_sets.txt")
|
| 33 |
|
| 34 |
@st.cache_data(show_spinner="Reading supported sets …")
|
| 35 |
def get_supported_sets(path: Path = SUPPORTED_SETS_PATH) -> List[str]:
|
|
|
|
| 29 |
# 0. Constants & helpers
|
| 30 |
# -----------------------------------------------------------------------------
|
| 31 |
|
| 32 |
+
SUPPORTED_SETS_PATH = Path("helper_files/supported_sets.txt")
|
| 33 |
|
| 34 |
@st.cache_data(show_spinner="Reading supported sets …")
|
| 35 |
def get_supported_sets(path: Path = SUPPORTED_SETS_PATH) -> List[str]:
|