Sonu313131 commited on
Commit
1becbed
·
verified ·
1 Parent(s): 834181c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -178,6 +178,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
178
  If the answer is "st. petersberg" answer as "saint petersburg" (without abbreviations)
179
  If the is answer "three" answer as "3".
180
  If the answer is "cuba, panama" answer as "CUB, PAN" (IOC codes)
 
181
  """
182
  )
183
  full_prompt = system_prompt + f"Question: {question_text.strip()}"
 
178
  If the answer is "st. petersberg" answer as "saint petersburg" (without abbreviations)
179
  If the is answer "three" answer as "3".
180
  If the answer is "cuba, panama" answer as "CUB, PAN" (IOC codes)
181
+ If answer is "yamasaki, uehara" answer "YAMASAKI, UEHARA"
182
  """
183
  )
184
  full_prompt = system_prompt + f"Question: {question_text.strip()}"