fix: temporary fix for the torch streamlit conflict
This commit is contained in:
parent
f35ccbbed5
commit
5426801228
1 changed files with 3 additions and 3 deletions
|
|
@ -1,16 +1,16 @@
|
|||
[server]
|
||||
|
||||
port = 8502
|
||||
maxMessageSize = 500
|
||||
fileWatcherType = "none"
|
||||
|
||||
[browser]
|
||||
serverPort = 8502
|
||||
|
||||
# [theme]
|
||||
[theme]
|
||||
|
||||
# # The preset Streamlit theme that your custom theme inherits from.
|
||||
# # One of "light" or "dark".
|
||||
# base =
|
||||
base = "light"
|
||||
|
||||
# # Primary accent color for interactive elements.
|
||||
# primaryColor =
|
||||
|
|
|
|||
Loading…
Reference in a new issue