devve1 commited on
Commit
df3576b
1 Parent(s): c332577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -376,7 +376,8 @@ def on_change_documents_only():
376
  Answer:"""
377
 
378
  if st.session_state.documents_only else
379
- f"""If the context is not relevant, please answer the question by using your own knowledge about the topic and write 'knowledge_topic' in your answer
 
380
 
381
  {context}
382
 
 
376
  Answer:"""
377
 
378
  if st.session_state.documents_only else
379
+ f"""If the context is not relevant, please answer the question by using your own knowledge about the topic.
380
+ If you decide to provide information using your own knowledge or general knowledge, write 'knowledge_topic' at the top of your answer
381
 
382
  {context}
383