From bd99b34d180c16025fd2e8dbdf474530847a8e48 Mon Sep 17 00:00:00 2001 From: lukasmasuch Date: Sun, 18 Aug 2024 20:00:04 +0200 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb417c..bf95578 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Ruff Rye +

@@ -75,7 +76,7 @@ pip install streamlit-pydantic st.json(data.model_dump()) ``` -2. Run the streamlit server on the python script: `streamlit run my_script.py` +2. Run the Streamlit server on the Python script: `streamlit run my_script.py` 3. You can find additional examples in the [examples](#examples) section below.