diff --git a/llama-demo-apps/README.md b/llama-demo-apps/README.md
index 74e458cba5bb3324b8e7846b4182a1957ab5e2b8..c240c65a591fff70c81f27b94b3cd1f958571034 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*