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