Skip to content

Commit

Permalink
changes in styling
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeMochi12 committed Jan 15, 2024
1 parent 058570f commit 09c9d58
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .streamlit/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[theme]

# Primary accent for interactive elements
primaryColor = '#a8dadc'

# Background color for the main content area
backgroundColor = '#1d3557'

# Background color for sidebar and most interactive widgets
secondaryBackgroundColor = '#457b9d'

# Color used for almost all text
textColor = '#f1faee'

# Font family for all text in the app, except code blocks
# Accepted values (serif | sans serif | monospace)
# Default: "sans serif"
font = "sans serif"
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
streamlit==1.29.0
streamlit_lottie == 0.0.5
scikit-learn

0 comments on commit 09c9d58

Please sign in to comment.