Skip to content

Commit

Permalink
Fix spelling errors (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
rutujaac authored Mar 19, 2024
1 parent dccd691 commit b26076a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/gh_pages/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
> Please note that Pebblo requires Python version 3.9 or above to function optimally.
### Pre-requisites

Install the following prerequisites. This is needed for PDF report generation,
if you have put `weasyprint` as renderer in the config.yaml

Expand All @@ -20,6 +21,7 @@ sudo apt-get install libpango-1.0-0 libpangoft2-1.0-0
```

### Install weasyprint library

```sh
pip install weasyprint
```
Expand All @@ -36,10 +38,10 @@ pip install pebblo
pebblo
```

Pebblo server now listens to `localhost:8000` to accept Gen-AI application data snippets for inspection and reporting.
Pebblo server now listens to `localhost:8000` to accept Gen-AI application data snippets for inspection and reporting.
Pebblo UI interface would be available on `http://localhost:8000/pebblo`

see [troubeshooting](troubleshooting.md) if you face any issues.
see [troubleshooting](troubleshooting.md) if you face any issues.

#### Pebblo Optional Flags

Expand Down
2 changes: 1 addition & 1 deletion pebblo/app/pebblo-ui/static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ svg.icon-success {
font-weight: 700;
}

/* <----------- COLOR PALLETE -----------> */
/* <----------- COLOR PALETTE -----------> */
/* <----------- BACKGROUND-COLOR -----------> */
.bg-main {
background: var(--main);
Expand Down

0 comments on commit b26076a

Please sign in to comment.