devve1 commited on
Commit
0cb39e5
1 Parent(s): 6aa884b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -434,7 +434,7 @@ if __name__ == '__main__':
434
 
435
  if 'df' not in st.session_state:
436
  if os.path.exists(data_editor_path):
437
- st.session_state.df = pd.read_parquet(os.path.join(data_editor_path, 'data_editor.parquet.br'), engine='pyarrow')
438
  else:
439
  st.session_state.df = pd.DataFrame()
440
  os.mkdir(data_editor_path)
 
434
 
435
  if 'df' not in st.session_state:
436
  if os.path.exists(data_editor_path):
437
+ st.session_state.df = pd.read_parquet(os.path.join(data_editor_path, 'data_editor.parquet.sz'), engine='pyarrow')
438
  else:
439
  st.session_state.df = pd.DataFrame()
440
  os.mkdir(data_editor_path)