From 5426801228d673d36b896b60ceb3a0cb968e609d Mon Sep 17 00:00:00 2001 From: LUIS NOVO Date: Tue, 10 Jun 2025 11:56:19 -0300 Subject: [PATCH] fix: temporary fix for the torch streamlit conflict --- .streamlit/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.streamlit/config.toml b/.streamlit/config.toml index 5fb037a..45dd123 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -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 =