datacipen commited on
Commit
5335cf1
1 Parent(s): 6d8ea5a

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -72,6 +72,7 @@ model = HuggingFaceEndpoint(
72
 
73
  @cl.on_chat_start
74
  async def on_chat_start():
 
75
  template = """Answer the question based only on the following context:
76
 
77
  {context}
 
72
 
73
  @cl.on_chat_start
74
  async def on_chat_start():
75
+ await cl.Message(f"> REVIEWSTREAM").send()
76
  template = """Answer the question based only on the following context:
77
 
78
  {context}