Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def conversational_chat(query):
|
|
50 |
st.session_state['history'].append((query, result))
|
51 |
return result
|
52 |
|
53 |
-
st.title("
|
54 |
st.text("I am CRETA Your Friendly Assitant")
|
55 |
|
56 |
if 'history' not in st.session_state:
|
|
|
50 |
st.session_state['history'].append((query, result))
|
51 |
return result
|
52 |
|
53 |
+
st.title("CRETA 🤖")
|
54 |
st.text("I am CRETA Your Friendly Assitant")
|
55 |
|
56 |
if 'history' not in st.session_state:
|