samim2024 commited on
Commit
823d1b2
1 Parent(s): 6c5f89f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ if not os.path.exists('jj'):
31
  os.mkdir('jj')
32
 
33
  if 'template' not in st.session_state:
34
- st.session_state.template = """You are a knowledgeable chatbot, here to help with questions of the user. Your tone should be professional and informative.
35
 
36
  Context: {context}
37
  History: {history}
 
31
  os.mkdir('jj')
32
 
33
  if 'template' not in st.session_state:
34
+ st.session_state.template = """You are a knowledgeable chatbot, here to help with questions of the user. Your tone should be professional and informative.Try to give answer in tabular and shortcut.
35
 
36
  Context: {context}
37
  History: {history}