Skip to content

Commit

Permalink
Fix docs for Mesop security (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje authored Oct 4, 2024
1 parent be1b977 commit 94bb315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/en/user-guide/ui/mesop/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ All [Styles](https://google.github.io/mesop/api/style/){target="_blank"} used in

{! docs_src/user_guide/ui/mesop/main_mesop.py [ln:56-79] !}

ui = MesopUI(style=style)
ui = MesopUI(styles=styles)
```

## Example: Student and Teacher Learning Chat
Expand Down Expand Up @@ -116,7 +116,7 @@ Finally, we instantiate **[MesopUI](../../../../api/fastagency/ui/mesop/MesopUI/
<details>
<summary>main.py</summary>
```python
{! docs_src/getting_started/main_mesop.py !}
{! docs_src/user_guide/ui/mesop/main_mesop.py !}
```
</details>

Expand Down

0 comments on commit 94bb315

Please sign in to comment.