analist commited on
Commit
e668c3e
1 Parent(s): 93bc6ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ if file is not None:
14
 
15
  if query:
16
  st.write(pipe(table=data, query=query))
17
- st.table(data)
18
 
 
14
 
15
  if query:
16
  st.write(pipe(table=data, query=query))
17
+ st.table(data.head())
18