Skip to content

Commit

Permalink
Ensure streamlit only runs on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
ibevers committed Jun 24, 2024
1 parent b7d82e9 commit 264a96c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .streamlit/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[server]
address = "localhost"

0 comments on commit 264a96c

Please sign in to comment.