Migjomatic commited on
Commit
3ae1127
·
verified ·
1 Parent(s): 0c0ddc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -4,6 +4,10 @@ Main Streamlit application for video frame analysis with ontology-based risk ass
4
  Refactored for better code organization and maintainability
5
  """
6
  import streamlit as st
 
 
 
 
7
  import json
8
  from dotenv import load_dotenv
9
 
 
4
  Refactored for better code organization and maintainability
5
  """
6
  import streamlit as st
7
+ st.set_option("server.enableXsrfProtection", False)
8
+ st.set_option("server.enableCORS", False)
9
+ st.set_option("server.maxUploadSize", 500)
10
+
11
  import json
12
  from dotenv import load_dotenv
13