Multichem commited on
Commit
f9387a8
·
verified ·
1 Parent(s): 666100e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,4 +58,4 @@ def init_baselines():
58
 
59
  check_conn = init_baselines()
60
 
61
- st.dataframe(raw_display.head(1000))
 
58
 
59
  check_conn = init_baselines()
60
 
61
+ st.dataframe(check_conn.head(1000))