From 6a1120ddcebb211aadd57d5c4b612a558d31da3d Mon Sep 17 00:00:00 2001
From: Zachary Pinto <45244995+zachpinto@users.noreply.github.com>
Date: Wed, 28 Dec 2022 15:45:51 -0500
Subject: [PATCH 1/2] Update README.md

Added streamlit/streamlit for building data web applications
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 08c44ed..ebe5304 100644
--- a/README.md
+++ b/README.md
@@ -394,6 +394,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 * [PyGraphviz](https://pypi.org/project/pygraphviz/) - Python interface to [Graphviz](http://www.graphviz.org/).
 * [PyQtGraph](http://www.pyqtgraph.org/) - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
 * [Seaborn](https://github.com/mwaskom/seaborn) - Statistical data visualization using Matplotlib.
+* [Streamlit](https://github.com/streamlit) - A fast way to build simple data apps.
 * [VisPy](https://github.com/vispy/vispy) - High-performance scientific visualization based on OpenGL.
 
 ## Database
-- 
GitLab


From fcbfa31e4855f6520939f6da461be8d9027ea2b0 Mon Sep 17 00:00:00 2001
From: Zachary Pinto <45244995+zachpinto@users.noreply.github.com>
Date: Wed, 28 Dec 2022 15:46:46 -0500
Subject: [PATCH 2/2] Update README.md

Changed streamlit path
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ebe5304..cccaf58 100644
--- a/README.md
+++ b/README.md
@@ -394,7 +394,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 * [PyGraphviz](https://pypi.org/project/pygraphviz/) - Python interface to [Graphviz](http://www.graphviz.org/).
 * [PyQtGraph](http://www.pyqtgraph.org/) - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
 * [Seaborn](https://github.com/mwaskom/seaborn) - Statistical data visualization using Matplotlib.
-* [Streamlit](https://github.com/streamlit) - A fast way to build simple data apps.
+* [Streamlit](https://github.com/streamlit/streamlit) - A fast way to build simple data apps.
 * [VisPy](https://github.com/vispy/vispy) - High-performance scientific visualization based on OpenGL.
 
 ## Database
-- 
GitLab