zhaorui-nb commited on
Commit
2008979
1 Parent(s): 4a14d79

fix filter serach bug

Browse files
Files changed (1) hide show
  1. utils/filterable_dataframe.py +1 -0
utils/filterable_dataframe.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
 
2
 
3
 
4
 
 
1
  import streamlit as st
2
+ import re
3
 
4
 
5