Spaces:
Runtime error
Runtime error
Update pages/llama_custom_demo.py
Browse files
pages/llama_custom_demo.py
CHANGED
@@ -169,7 +169,7 @@ init_session_state()
|
|
169 |
|
170 |
st.set_page_config(page_title="Llama", page_icon="🦙")
|
171 |
|
172 |
-
st.header("RegBot with LlamaIndex
|
173 |
|
174 |
tab1, tab2 = st.tabs(["Config", "Chat"])
|
175 |
|
|
|
169 |
|
170 |
st.set_page_config(page_title="Llama", page_icon="🦙")
|
171 |
|
172 |
+
st.header("California Drinking Water Regulation Chatbot - RegBot with LlamaIndex Demo")
|
173 |
|
174 |
tab1, tab2 = st.tabs(["Config", "Chat"])
|
175 |
|