Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,8 @@ def query(payload, api_url):
|
|
62 |
return None
|
63 |
|
64 |
# Chat interface
|
65 |
-
st.title("
|
66 |
-
st.caption("
|
67 |
|
68 |
# Display chat history
|
69 |
for message in st.session_state.messages:
|
|
|
62 |
return None
|
63 |
|
64 |
# Chat interface
|
65 |
+
st.title("πpπaπpπeπcπlπiπpπsπ...")
|
66 |
+
st.caption("")
|
67 |
|
68 |
# Display chat history
|
69 |
for message in st.session_state.messages:
|