mathslearn commited on
Commit
175cb81
·
verified ·
1 Parent(s): 3da97d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -90,7 +90,8 @@ Goji berry/wolfberry/Gou Qi Zi/Gouqizi
90
  Red dates/Jujubes/Hong Zao/Hongzao
91
  """
92
 
93
- prompt_template = PromptTemplate.from_template('''system role :{context} \
 
94
  user:{query}\
95
  assistance:
96
  ''')
 
90
  Red dates/Jujubes/Hong Zao/Hongzao
91
  """
92
 
93
+ prompt_template = PromptTemplate.from_template(
94
+ '''system role :{context} \
95
  user:{query}\
96
  assistance:
97
  ''')