Skip to content

Commit 00f4b4c

Browse files
authored
Merge pull request #437 from tanvi0909/fix/undefined-year-variable
Defined year_variable
2 parents 469fd07 + b041e3f commit 00f4b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamlit/main_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def main_analysis_2(df, year):
322322
"""
323323
st.markdown(feature_jobsatis_text, unsafe_allow_html=True)
324324

325-
def common_analysis_2021_2022(df):
325+
def common_analysis_2021_2022(df, year_variable):
326326
visual3, analysis3 = st.columns((3,1))
327327

328328
with visual3:

0 commit comments

Comments
 (0)