HarunDemircioglu11 commited on
Commit
d7aa3b0
·
verified ·
1 Parent(s): 8195185

Upload 2 files

Browse files
Files changed (2) hide show
  1. .streamlit/config.toml +8 -0
  2. app.py +1 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [general]
2
+ browser.gatherUsageStats = false
3
+
4
+ [server]
5
+ headless = true
6
+ enableCORS = false
7
+ port = 8501
8
+ enableXsrfProtection = false
app.py ADDED
@@ -0,0 +1 @@
 
 
1
+ from src.streamlit_app import *