nazneen commited on
Commit
2f70d2a
1 Parent(s): ddf0f2a

added offline files

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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)