SSahas commited on
Commit
27ad39b
·
verified ·
1 Parent(s): 2444142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: