fschwartzer commited on
Commit
3a731e6
verified
1 Parent(s): 31a3643

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def response(question):
37
  return final_response
38
 
39
  # Interface Streamlit
40
- st.title("Chatbot com Streamlit")
41
 
42
  # Hist贸rico de conversas
43
  if 'history' not in st.session_state:
 
37
  return final_response
38
 
39
  # Interface Streamlit
40
+ st.markdown("# 馃煝 馃敶 馃煛 Chatbot do Tesouro RS")
41
 
42
  # Hist贸rico de conversas
43
  if 'history' not in st.session_state: