Spaces:
Sleeping
Sleeping
Update data_analysis.py
Browse files- 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
|