diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..75c0faf --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,8 @@ +[server] +# 允许在 iframe 中嵌入 +enableXsrfProtection = false +enableCORS = false + +[browser] +# 禁用某些安全限制,允许 iframe 嵌入 +gatherUsageStats = false \ No newline at end of file