From 8909ff209fb854b7567b47c83c7fc5073e1a22fa Mon Sep 17 00:00:00 2001
From: Jeff Tang <jeff.x.tang@gmail.com>
Date: Mon, 9 Oct 2023 11:12:20 -0700
Subject: [PATCH] readme update #3

---
 llama-demo-apps/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/llama-demo-apps/README.md b/llama-demo-apps/README.md
index 74e458cb..c240c65a 100644
--- a/llama-demo-apps/README.md
+++ b/llama-demo-apps/README.md
@@ -6,6 +6,8 @@ Here we start with three quickstart demos showing how to run Llama2 locally on a
 
 We then show three demos that ask Llama2 to summarize a YouTube video, to answer questions about structured data stored in a database, and to answer questions about live search results.
 
+We also show how to build quick web UI for Llama2 demo apps using Streamlit and Gradio.
+
 More advanced Llama2 demo apps will be coming soon.
 
 ## HelloLlama - Quickstart in Running Llama2 (Almost) Everywhere*
-- 
GitLab