Sonu313131 commited on
Commit
720b2e2
·
verified ·
1 Parent(s): 99d61ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -181,6 +181,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
181
 
182
  If the answer is "st. petersberg" answer as "saint petersburg" (without abbreviations)
183
  If the answer is "three" answer as "3".
 
184
  """
185
  )
186
  full_prompt = system_prompt + f"Question: {question_text.strip()}"
 
181
 
182
  If the answer is "st. petersberg" answer as "saint petersburg" (without abbreviations)
183
  If the answer is "three" answer as "3".
184
+ If the answer is "yamsaki, uehara" answer as "YAMASAKI, UEHARA" (capital letters)
185
  """
186
  )
187
  full_prompt = system_prompt + f"Question: {question_text.strip()}"