Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def display_dashboard(df):
|
|
182 |
st.plotly_chart(fig, use_container_width=True)
|
183 |
|
184 |
# Job Postings Over Time Chart
|
185 |
-
fig_time_series = create_time_series(df)
|
186 |
st.plotly_chart(fig_time_series, use_container_width=True)
|
187 |
|
188 |
col3, col4 = st.columns(2)
|
|
|
182 |
st.plotly_chart(fig, use_container_width=True)
|
183 |
|
184 |
# Job Postings Over Time Chart
|
185 |
+
fig_time_series = create_time_series(df,time_unit='week')
|
186 |
st.plotly_chart(fig_time_series, use_container_width=True)
|
187 |
|
188 |
col3, col4 = st.columns(2)
|