devve1 commited on
Commit
97bc506
1 Parent(s): 971964f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -46,4 +46,7 @@ CMD streamlit run app.py \
46
  --server.enableCORS false \
47
  --server.enableXsrfProtection false \
48
  --server.fileWatcherType watchdog \
49
- --theme.backgroundColor #EEE3D3 --theme.secondaryBackgroundColor #CCC8C2 --theme.primaryColor #EF792D --theme.textColor #7D6654
 
 
 
 
46
  --server.enableCORS false \
47
  --server.enableXsrfProtection false \
48
  --server.fileWatcherType watchdog \
49
+ --theme.backgroundColor "#EEE3D3" \
50
+ --theme.secondaryBackgroundColor "#CCC8C2" \
51
+ --theme.primaryColor "#EF792D" \
52
+ --theme.textColor "#7D6654"