Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 authored Oct 29, 2024
1 parent 849677b commit 8843afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ services:
container_name: gui
restart: always
ports:
- "80:80"
command: streamlit run app.py --global.disableWidgetStateDuplicationWarning true --server.port=80
- "8501:8501"
command: streamlit run app.py --global.disableWidgetStateDuplicationWarning true --server.port=8501
```

Now run the following command to build the containers:
Expand Down

0 comments on commit 8843afe

Please sign in to comment.