Skip to content
Snippets Groups Projects
Commit 0ab8d074 authored by Nicolas Barthes's avatar Nicolas Barthes
Browse files

updated requirements.txt & fixed loadings widget width

parent 7d4a0d29
No related branches found
No related tags found
No related merge requests found
...@@ -26,5 +26,5 @@ with st.container(): ...@@ -26,5 +26,5 @@ with st.container():
st.title("NIRS Utils") st.title("NIRS Utils")
st.write("Samples selection (PCA, [UMAP](https://umap-learn.readthedocs.io/en/latest/how_umap_works.html), ...), Predictive Modelling ([Pinard](https://github.com/GBeurier/pinard), [LWPLSR](https://doi.org/10.1002/cem.3209), ...), and Predictions using your data (CSV or DX files) and/or PACE NIRS Database.") st.write("Samples selection (PCA, [UMAP](https://umap-learn.readthedocs.io/en/latest/how_umap_works.html), ...), Predictive Modelling ([Pinard](https://github.com/GBeurier/pinard), [LWPLSR](https://doi.org/10.1002/cem.3209), ...), and Predictions using your data (CSV or DX files) and/or PACE NIRS Database.")
#st.image(img_general) #st.image(img_general)
st.markdown("### We could add documentation on the app here ###") st.markdown("### We could add documentation here ###")
...@@ -112,7 +112,7 @@ with container2: ...@@ -112,7 +112,7 @@ with container2:
family="Courier", size=12, color="black"), family="Courier", size=12, color="black"),
bordercolor="Black", borderwidth=2) bordercolor="Black", borderwidth=2)
) )
st.plotly_chart(fig) st.plotly_chart(fig, use_container_width = True)
......
...@@ -10,4 +10,5 @@ pyodbc>=5.1.0 ...@@ -10,4 +10,5 @@ pyodbc>=5.1.0
matplotlib>=3.8.4 matplotlib>=3.8.4
seaborn>=0.13.2 seaborn>=0.13.2
hyperopt>=0.2.7 hyperopt>=0.2.7
umap-learn>=0.5.5 umap-learn>=0.5.5
\ No newline at end of file jcamp>=1.2.2
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment