Spaces:
Runtime error
Runtime error
added offline files
Browse files
app.py
CHANGED
|
@@ -247,6 +247,8 @@ if __name__ == "__main__":
|
|
| 247 |
### LOAD DATA AND SESSION VARIABLES ###
|
| 248 |
##uncomment the next next line to run dynamically and not from file
|
| 249 |
#populate_session(dataset, model)
|
|
|
|
|
|
|
| 250 |
with rcol:
|
| 251 |
with st.spinner(text='loading...'):
|
| 252 |
st.markdown('<h3>Word Distribution in Error Slice</h3>', unsafe_allow_html=True)
|
|
|
|
| 247 |
### LOAD DATA AND SESSION VARIABLES ###
|
| 248 |
##uncomment the next next line to run dynamically and not from file
|
| 249 |
#populate_session(dataset, model)
|
| 250 |
+
data_df = pd.read_parquet('./assets/data/'+dataset+ '_'+ model+'.parquet')
|
| 251 |
+
|
| 252 |
with rcol:
|
| 253 |
with st.spinner(text='loading...'):
|
| 254 |
st.markdown('<h3>Word Distribution in Error Slice</h3>', unsafe_allow_html=True)
|