Yassmen commited on
Commit
c6e3370
·
verified ·
1 Parent(s): 1f5a617

Update data_analysis.py

Browse files
Files changed (1) hide show
  1. data_analysis.py +1 -0
data_analysis.py CHANGED
@@ -1,6 +1,7 @@
1
  #### function to show map for loaction of the job
2
  import time
3
  import matplotlib.pyplot as plt
 
4
  import seaborn as sns
5
  import matplotlib as mpl
6
  import plotly
 
1
  #### function to show map for loaction of the job
2
  import time
3
  import matplotlib.pyplot as plt
4
+ import streamlit as st
5
  import seaborn as sns
6
  import matplotlib as mpl
7
  import plotly