Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = []
|