hbui commited on
Commit
6e023dd
·
1 Parent(s): 9688cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -14,7 +14,11 @@ from utils.util import *
14
 
15
 
16
  st.title("Welcome to RegBotBeta 2.0")
17
- st.header("Powered by `LlamaIndex🦙` and `OpenAI`")
 
 
 
 
18
 
19
  if "messages" not in st.session_state:
20
  st.session_state.messages = []
 
14
 
15
 
16
  st.title("Welcome to RegBotBeta 2.0")
17
+ st.header("a prototype regulation chatbot!")
18
+ st.markdown("\n\n")
19
+
20
+ # Display a text in Streamlit
21
+ st.text("Hello, I am RegBotBeta, a chatbot capable of answering questions about California drinking water regulations.")
22
 
23
  if "messages" not in st.session_state:
24
  st.session_state.messages = []