Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def response(question):
|
|
| 37 |
return final_response
|
| 38 |
|
| 39 |
# Interface Streamlit
|
| 40 |
-
st.
|
| 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:
|