Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def conversational_chat(query):
|
|
| 42 |
return result
|
| 43 |
|
| 44 |
st.title("Chat Bot:")
|
| 45 |
-
st.
|
| 46 |
|
| 47 |
if 'history' not in st.session_state:
|
| 48 |
st.session_state['history'] = []
|
|
|
|
| 42 |
return result
|
| 43 |
|
| 44 |
st.title("Chat Bot:")
|
| 45 |
+
st.text("I am CRETA Your Friendly Assitant")
|
| 46 |
|
| 47 |
if 'history' not in st.session_state:
|
| 48 |
st.session_state['history'] = []
|