diff --git a/content/results_proteomicslfq.py b/content/results_proteomicslfq.py index 77eb332..b692ffc 100644 --- a/content/results_proteomicslfq.py +++ b/content/results_proteomicslfq.py @@ -98,4 +98,4 @@ st.plotly_chart(fig, use_container_width=True) st.markdown(f"#### {go_type} Enrichment Results") - st.dataframe(df_go, use_container_width=True) \ No newline at end of file + st.dataframe(df_go, use_container_width=True) diff --git a/requirements.txt b/requirements.txt index aac2879..6272d12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -149,4 +149,4 @@ mygene # Redis Queue dependencies (for online mode) redis>=5.0.0 rq>=1.16.0 -statsmodels \ No newline at end of file +statsmodels