hbui commited on
Commit
745ce98
·
1 Parent(s): 9d3175d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -15,10 +15,7 @@ from utils.util import *
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 = []
 
15
 
16
  st.title("Welcome to RegBotBeta 2.0")
17
  st.header("a prototype regulation chatbot!")
 
18
 
 
 
19
 
20
  if "messages" not in st.session_state:
21
  st.session_state.messages = []