berangerthomas commited on
Commit
a297bd4
·
1 Parent(s): b7064b4

Remove dataviz on upload screen

Browse files
Files changed (1) hide show
  1. sections/upload.py +0 -4
sections/upload.py CHANGED
@@ -120,7 +120,3 @@ if uploaded_file is not None:
120
  finally:
121
  if os.path.exists(sqlite_path):
122
  os.unlink(sqlite_path)
123
-
124
- if st.session_state.parsed_df is not None:
125
- st.subheader("Parsed log data")
126
- st.dataframe(st.session_state.parsed_df)
 
120
  finally:
121
  if os.path.exists(sqlite_path):
122
  os.unlink(sqlite_path)