Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Integration of WIP Branch to Main Branch #11

Merged
merged 13 commits into from
Jan 25, 2022
Merged

Integration of WIP Branch to Main Branch #11

merged 13 commits into from
Jan 25, 2022

Conversation

georgetayqy
Copy link
Owner

Updates to App

  • Restructured App Files and Functions
  • Refined File Download Button
  • Improved Efficiency with spaCy, pandas and Python Lists
  • Fixed an issue whereby rerunning the app after the source code has been edited would result in an ValueError Exception raised as Python was unable to find the function in the List iterable used to store the functions
  • Initial Introduction and Final Deprecation of use of Session State in app

UI/UX Changes were also made to the app
Deprecated the use of HTML buttons and instead opted for Streamlit's own download button to download data

Statefulness will be progressively rolled out to the other apps over the course of the week
Statefulness is still being tested as so far it does not allow for the remembering of state for more than 3 nested buttons
Tests on the state of the app has not been conducted yet, will be done in due time
Error with ensuring state across NLP Toolkit resulted in the reversion back to the non-stateful verison of the app. Max Message Size has been set to 100 GB to account for larger datasets that may be required to display to the screen and for large file downloads.
Removed app state from main app functions, added new configs and options to allow for a greater amount of data to be displayed to screen
@georgetayqy georgetayqy added the enhancement New feature or request label Jan 25, 2022
@georgetayqy georgetayqy self-assigned this Jan 25, 2022
@georgetayqy georgetayqy linked an issue Jan 25, 2022 that may be closed by this pull request
@georgetayqy georgetayqy merged commit e94b28f into main Jan 25, 2022
@georgetayqy georgetayqy deleted the wip branch January 25, 2022 13:27
@georgetayqy georgetayqy restored the wip branch January 29, 2022 05:30
@georgetayqy georgetayqy deleted the wip branch January 29, 2022 05:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WIP: Fixes for Finals
1 participant