Spaces:
Runtime error
Runtime error
Vamsi Thiriveedhi
commited on
Commit
·
e443802
1
Parent(s):
c8c30b0
fix file name used to read parquet
Browse files- filter_data_app.py +1 -1
filter_data_app.py
CHANGED
@@ -12,7 +12,7 @@ import seaborn as sns
|
|
12 |
st.set_page_config(layout="wide")
|
13 |
|
14 |
# Local path to the Parquet file
|
15 |
-
LOCAL_PARQUET_FILE = 'qual_checks_and_quantitative_measurements
|
16 |
|
17 |
@st.cache_data
|
18 |
def load_data(radiomics_feature='Volume from Voxel Summation'):
|
|
|
12 |
st.set_page_config(layout="wide")
|
13 |
|
14 |
# Local path to the Parquet file
|
15 |
+
LOCAL_PARQUET_FILE = 'qual_checks_and_quantitative_measurements.parquet'
|
16 |
|
17 |
@st.cache_data
|
18 |
def load_data(radiomics_feature='Volume from Voxel Summation'):
|