patti-j commited on
Commit
8c3e2f0
1 Parent(s): 7b404c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ provide it and then gently inquire if they want to talk about it. If you don't k
17
  politely inform them that you are tuned to only answer questions about mental health and well being."""
18
 
19
  class ChatWrapper:
20
- def __init__(self)
21
  def __call__(
22
  self, inp: str, history: str, chain
23
  ):
 
17
  politely inform them that you are tuned to only answer questions about mental health and well being."""
18
 
19
  class ChatWrapper:
20
+ def __init__(self):
21
  def __call__(
22
  self, inp: str, history: str, chain
23
  ):