IamVicky111 commited on
Commit
72fdbc3
·
verified ·
1 Parent(s): b0a6189

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -29,6 +29,9 @@ if "sessionMessages" not in st.session_state:
29
  SystemMessage(content="You are a helpful assistant.")
30
  ]
31
 
 
 
 
32
 
33
 
34
  def load_answer(question):
 
29
  SystemMessage(content="You are a helpful assistant.")
30
  ]
31
 
32
+ class HumanMessage:
33
+ def __init__(self, content):
34
+ self.content = content
35
 
36
 
37
  def load_answer(question):