Skip to content

Commit

Permalink
Feature: Streamlit Interactive v1.0 (srbhr#184)
Browse files Browse the repository at this point in the history
* Initial commit

* Docs: ChatGPTd for comments and docstrings

* Fix: Type warning for title-font in  create_star_graph()

* Format: Re-formatted as per PEP 8

* UI: Move intro to sidebar

* UI: Remove footer links, add Back to Top link

* UI: Add columns for resume and job description upload

* Fix: header_image extension updated in script

* Update: streamlit upgraded to 1.27.0 & streamlit-extras upgrade to 0.3.2+htbuilder upgraded to 0.6.2

* Misc: Formatting

* UI: Add components for each column and add cleanup of processed files

* UI: Add Favicon file

* Fix: Updated syntax for string comparison

* Cleanup: Delete unnecessary files

* Fix: Remove dependency on run_first. Add dir delete function. Include icon in st.toast implementation.

* Ignore: Add /Data/Processed/* in gitignore

* UI: Add containers to fix columns together for each row

* Fix: Reference issue for resume key topics. Also add wide layout as default.

* Revert "Cleanup: Delete unnecessary files"

This reverts commit cf3f1c7.

---------

Co-authored-by: imhalcyon <[email protected]>
  • Loading branch information
imhalcyon and imhalcyon authored Oct 22, 2023
1 parent 6733178 commit e359e0a
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,7 @@ scripts/similarity/config.yml

# Personal Data / Secrets
*.local.yml

# Processed or local files
/Data/Processed/*
*.local.pdf
Binary file added Assets/img/favicon.ico
Binary file not shown.
Loading

0 comments on commit e359e0a

Please sign in to comment.