fschwartzer commited on
Commit
cc74fad
1 Parent(s): 77a4572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  import pandas as pd
 
3
 
4
  # Load your dataset
5
  # Replace 'your_dataset.csv' with the actual path to your dataset
 
1
  import streamlit as st
2
  import pandas as pd
3
+ import re
4
 
5
  # Load your dataset
6
  # Replace 'your_dataset.csv' with the actual path to your dataset