devve1 commited on
Commit
971964f
1 Parent(s): 5e36429

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -46,7 +46,4 @@ CMD streamlit run app.py \
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
 
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