Mimi commited on
Commit
38217d7
·
1 Parent(s): 76f337b
Files changed (2) hide show
  1. .streamlit/config.toml +0 -14
  2. Dockerfile +0 -1
.streamlit/config.toml CHANGED
@@ -7,22 +7,8 @@ textColor="#fee5d7"
7
  font="monospace"
8
 
9
  [server]
10
- # List of folders that should not be watched for changes.
11
- # Relative paths will be taken as relative to the current working directory.
12
- # Example: ['/home/user1/env', 'relative/path/to/folder']
13
- # Default: []
14
- folderWatchBlacklist = ['/home/user/app']
15
  fileWatcherType = "auto"
16
  headless = false
17
  runOnSave = false
18
-
19
- # The address where the server will listen for client and browser
20
- # connections. Use this if you want to bind the server to a specific address.
21
- # If set, the server will only be accessible from this address, and not from
22
- # any aliases (like localhost).
23
- # Default: (unset)
24
  port = 7860
25
- # Enable serving files from a `static` directory in the running app's
26
- # directory.
27
- # Default: false
28
  enableStaticServing = True
 
7
  font="monospace"
8
 
9
  [server]
 
 
 
 
 
10
  fileWatcherType = "auto"
11
  headless = false
12
  runOnSave = false
 
 
 
 
 
 
13
  port = 7860
 
 
 
14
  enableStaticServing = True
Dockerfile CHANGED
@@ -25,4 +25,3 @@ CMD streamlit run app.py \
25
  --server.enableCORS false \
26
  --server.enableXsrfProtection false \
27
  --server.fileWatcherType none \
28
- --server.port 7860
 
25
  --server.enableCORS false \
26
  --server.enableXsrfProtection false \
27
  --server.fileWatcherType none \