hbui commited on
Commit
961e66a
·
1 Parent(s): 2d76ca7

Update pages/llama_custom_demo.py

Browse files
Files changed (1) hide show
  1. pages/llama_custom_demo.py +1 -1
pages/llama_custom_demo.py CHANGED
@@ -9,7 +9,7 @@ from utils.chatbox import *
9
 
10
  st.set_page_config(page_title="Llama", page_icon="🦙")
11
 
12
- st.subheader("Llama Index with Custom LLM Demo")
13
 
14
  if "messages" not in st.session_state:
15
  st.session_state.messages = []
 
9
 
10
  st.set_page_config(page_title="Llama", page_icon="🦙")
11
 
12
+ st.subheader("LlamaIndex RegBot Prototype")
13
 
14
  if "messages" not in st.session_state:
15
  st.session_state.messages = []