Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def response_generator(prompt):
|
|
| 24 |
return output
|
| 25 |
|
| 26 |
|
| 27 |
-
st.title("Simple
|
| 28 |
|
| 29 |
# Initialize chat history
|
| 30 |
if "messages" not in st.session_state:
|
|
|
|
| 24 |
return output
|
| 25 |
|
| 26 |
|
| 27 |
+
st.title("Simple friendly chatbot for normal conversations")
|
| 28 |
|
| 29 |
# Initialize chat history
|
| 30 |
if "messages" not in st.session_state:
|