Skip to content

Commit

Permalink
Show readme in the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
enpuyou authored Mar 30, 2021
1 parent 4810a3b commit 00c4ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def main():
if debug_mode:
st.write(main_df)
if analysis_mode == "Home":
landing_pg()
readme()
else:
if analysis_mode == "Frequency Analysis":
st.title(analysis_mode)
Expand Down

0 comments on commit 00c4ea6

Please sign in to comment.