Commit History

Update Streamlit app to rename columns in the 'Basics' display option, improving clarity of data presentation by using more intuitive labels for key metrics.
7a1b6ea

James McCool commited on

Update Streamlit app to add a new display option for 'Basics', allowing users to view a simplified data frame. This change enhances user experience by providing more tailored data presentation options.
7fe9caa

James McCool commited on

Update Streamlit app to sort display frame by 'Binom_xHR' before rendering, enhancing data presentation and allowing for better visibility of key metrics.
30e8a79

James McCool commited on

Update requirements.txt to include matplotlib and numpy for enhanced data visualization capabilities in the Streamlit app.
80f4f9c

James McCool commited on

Update Streamlit app to apply styling for dataframes using the style method, enhancing visual presentation of displayed data. This change improves the clarity and aesthetics of the data output.
553595b

James McCool commited on

Update Streamlit app to store display frame in session state and enhance data presentation with conditional formatting. This change improves user experience by maintaining state across interactions and visually differentiating data values.
350005a

James McCool commited on

Fix display options in Streamlit app by correcting the syntax for the radio button options. This change improves user interaction by ensuring the options are displayed correctly.
d806cb7

James McCool commited on

Refactor Dockerfile to expose MongoDB URI secret at build time and simplify the ENTRYPOINT command for the Streamlit app. This change enhances security by using secrets during the build process and improves clarity in the container startup configuration.
44d5cc1

James McCool commited on

Refactor Dockerfile to set MongoDB URI as an environment variable during runtime, enhancing security. Update Streamlit app to reduce cache duration and add display options for data presentation, improving user experience.
6c12e73

James McCool commited on

Remove .streamlit/secrets.toml file as MongoDB URI is now retrieved from environment variables, enhancing security and simplifying configuration.
74af059

James McCool commited on

Refactor Dockerfile to remove the Bearer token curl request and update Streamlit app to retrieve MongoDB URI from environment variables instead of secrets. This change enhances security and simplifies the connection process.
12ff34e

James McCool commited on

Enhance Dockerfile to expose MongoDB URI secret at build time and use it as a Bearer token for a curl request. Add secrets.toml file to securely store the MongoDB URI for database connection.
faaa383

James McCool commited on

Update Streamlit app to extend cache duration for resource initialization from 60 to 300 seconds, improving performance. Add MongoDB URI to secrets.toml for secure database connection.
652af3f

James McCool commited on

Add MongoDB URI configuration to .streamlit/secrets.toml for secure database connection
ddfae15

James McCool commited on

Reorder Dockerfile instructions to ensure requirements are installed after copying the requirements file. This change improves the build process by maintaining a clear sequence for dependency installation.
7fdc568

James McCool commited on

Refactor Dockerfile to improve secret handling by replacing the previous git clone command with git initialization and remote setup using the MongoDB URI secret. Additionally, ensure requirements are installed after copying the requirements file.
b4c7834

James McCool commited on

Update Dockerfile to clone MongoDB URI repository at build time, replacing previous git initialization and remote setup. This change enhances the handling of secrets during the Docker build process.
d18edc5

James McCool commited on

Refactor Dockerfile to streamline MongoDB URI configuration by replacing the creation of .streamlit directory with a git initialization and remote setup using a secret for the MongoDB URI.
5896804

James McCool commited on

ping
0f5984c

James McCool commited on

Remove .gitignore file and update Dockerfile to create .streamlit directory and add MongoDB URI secrets configuration.
8a35566

James McCool commited on

Add .gitignore file to exclude common Python, virtual environment, IDE, and OS files
dbfbd84

James McCool commited on

Update requirements and enhance Streamlit app with MongoDB integration. Added pymongo to requirements and implemented database connection and data retrieval in streamlit_app.py.
b92949e

James McCool commited on

initial commit
2caf167
verified

Multichem commited on