Spaces:
Sleeping
Sleeping
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 firendly chatbot")
|
28 |
|
29 |
# Initialize chat history
|
30 |
if "messages" not in st.session_state:
|
|
|
24 |
return output
|
25 |
|
26 |
|
27 |
+
st.title("Simple firendly chatbot for normal conversations")
|
28 |
|
29 |
# Initialize chat history
|
30 |
if "messages" not in st.session_state:
|