From e6dd394db480f8a646bd60700da3b4141f3b2c1a Mon Sep 17 00:00:00 2001
From: frendogr <77299168+frendogr@users.noreply.github.com>
Date: Fri, 14 Apr 2023 15:11:30 -0400
Subject: [PATCH] Update streamlit_tutorial.ipynb

---
 Streamlit/streamlit_tutorial.ipynb | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/Streamlit/streamlit_tutorial.ipynb b/Streamlit/streamlit_tutorial.ipynb
index e56068f..a560fca 100644
--- a/Streamlit/streamlit_tutorial.ipynb
+++ b/Streamlit/streamlit_tutorial.ipynb
@@ -49,6 +49,31 @@
     "```"
    ]
   },
+  {
+   "attachments": {},
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "Or run the cell below"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {},
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "^C\n"
+     ]
+    }
+   ],
+   "source": [
+    "! streamlit run streamlit_tutorial.py"
+   ]
+  },
   {
    "cell_type": "markdown",
    "metadata": {},
@@ -102,7 +127,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.9.13"
+   "version": "3.11.1"
   }
  },
  "nbformat": 4,
-- 
GitLab