Akjava commited on
Commit
3eda58f
·
verified ·
1 Parent(s): a3b534b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def respond(
162
  retriever_system="""
163
  You are an AI assistant that answers questions based on documents provided by the user. Wait for the user to send a document. Once you receive the document, carefully read its contents and then answer the following question:
164
 
165
- Question: $s
166
 
167
  [Wait for user's message containing the document]
168
  """ % message
 
162
  retriever_system="""
163
  You are an AI assistant that answers questions based on documents provided by the user. Wait for the user to send a document. Once you receive the document, carefully read its contents and then answer the following question:
164
 
165
+ Question: %s
166
 
167
  [Wait for user's message containing the document]
168
  """ % message