Skip to content

Commit

Permalink
changed the name to run in streamlit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Nov 2, 2024
1 parent d79136d commit 772eacd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,7 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/

# feedback
feedback/
2 changes: 2 additions & 0 deletions .streamlit/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[server]
enableCORS = false
enableXsrfProtection = false
# Limit uploads to 20 MB
maxUploadSize = 20

Expand Down
File renamed without changes.

0 comments on commit 772eacd

Please sign in to comment.