Skip to content

Commit

Permalink
Update links to playground
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch committed Aug 18, 2024
1 parent 813497e commit 033906e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Streamlit-pydantic makes it easy to auto-generate UI elements from [Pydantic](ht
---

<p align="center">
Try out and explore various examples in our playground <a href="https://share.streamlit.io/lukasmasuch/streamlit-pydantic/main/playground/playground_app.py">here</a>.
Try out and explore various examples in our playground <a href="https://st-pydantic.streamlit.app/">here</a>.
</p>

---
Expand Down Expand Up @@ -84,12 +84,12 @@ pip install streamlit-pydantic
---

<p align="center">
👉&nbsp; Try out and explore these examples in our playground <a href="https://share.streamlit.io/lukasmasuch/streamlit-pydantic/main/playground/playground_app.py">here</a>
👉&nbsp; Try out and explore these examples in our playground <a href="https://st-pydantic.streamlit.app/">here</a>
</p>

---

The following collection of examples demonstrates how Streamlit Pydantic can be applied in more advanced scenarios. You can find additional - even more advanced - examples in the [examples folder](./examples) or on the [playground](https://share.streamlit.io/lukasmasuch/streamlit-pydantic/main/playground/playground_app.py).
The following collection of examples demonstrates how Streamlit Pydantic can be applied in more advanced scenarios. You can find additional - even more advanced - examples in the [examples folder](./examples) or on the [playground](https://st-pydantic.streamlit.app/).

### Simple Form

Expand Down

0 comments on commit 033906e

Please sign in to comment.