zliang commited on
Commit
5ec183e
·
1 Parent(s): 84d6aeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def generate_response(input_text):
38
  #st.write({"source1":json1["source"], "source2":json2["source"],"source3":json3["source"]})
39
 
40
 
41
- climate_TEMPLATE = """ You are ChatClimate, take a deep breath and provide an answer to educated general audience based on the context, and Format your answer in Markdown. :"
42
 
43
  Context: {context}
44
 
 
38
  #st.write({"source1":json1["source"], "source2":json2["source"],"source3":json3["source"]})
39
 
40
 
41
+ climate_TEMPLATE = """ You are ChatClimate, take a deep breath and provide an answer to educated general audience based on the context and Format your answer in Markdown if the question is not relevant, do not answer:"
42
 
43
  Context: {context}
44