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

Commit

Permalink
Update Config for Streamlit
Browse files Browse the repository at this point in the history
This file is used to set the maximum file size and the overall theme of the Streamlit app.
  • Loading branch information
georgetayqy committed Jan 1, 2022
1 parent e0adcf3 commit 590245d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .streamlit/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[global]
disableWatchdogWarning = true

[server]
maxUploadSize = 1024000

[theme]
base = "light"
primaryColor = "#4FBBFF"

0 comments on commit 590245d

Please sign in to comment.