ManasSharma07 commited on
Commit
514c0ba
·
verified ·
1 Parent(s): e4a92fd

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -33,8 +33,8 @@ os.environ["STREAMLIT_WATCHER_TYPE"] = "none"
33
 
34
  # Check if running on Streamlit Cloud vs locally
35
  is_streamlit_cloud = os.environ.get('STREAMLIT_RUNTIME_ENV') == 'cloud'
36
- MAX_ATOMS_CLOUD = 100 # Maximum atoms allowed on Streamlit Cloud
37
- MAX_ATOMS_CLOUD_UMA = 50
38
 
39
  # Set page configuration
40
  st.set_page_config(
 
33
 
34
  # Check if running on Streamlit Cloud vs locally
35
  is_streamlit_cloud = os.environ.get('STREAMLIT_RUNTIME_ENV') == 'cloud'
36
+ MAX_ATOMS_CLOUD = 500 # Maximum atoms allowed on Streamlit Cloud
37
+ MAX_ATOMS_CLOUD_UMA = 500
38
 
39
  # Set page configuration
40
  st.set_page_config(