Skip to content

Commit

Permalink
test locally sections
Browse files Browse the repository at this point in the history
  • Loading branch information
neelasha23 committed Mar 5, 2024
1 parent 94784c7 commit d3c1d56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/apps/panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ pandas
matplotlib
```

## Testing locally

To test your Panel app, you can run the following command locally:

```bash
panel serve app.py
```

## Deploy

To deploy a Panel app from the deployment menu, follow these instructions:
Expand Down
8 changes: 8 additions & 0 deletions doc/apps/streamlit.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ pandas
numpy
```

## Testing locally

To test your Streamlit app, you can run the following command locally:

```bash
streamlit run app.py
```

## Deploy

To deploy a Streamlit app from the deployment menu, follow these instructions:
Expand Down

0 comments on commit d3c1d56

Please sign in to comment.