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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ 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 = []
 
18
  st.markdown("\n\n")
19
 
20
  # Display a text in Streamlit
21
+ st.markdown("Hello, I am RegBotBeta, a chatbot capable of answering questions about California \ndrinking water regulations.")
22
 
23
  if "messages" not in st.session_state:
24
  st.session_state.messages = []