Niharmahesh commited on
Commit
443e8b4
·
verified ·
1 Parent(s): fa541cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)