Update app.py
Browse files
app.py
CHANGED
@@ -176,8 +176,7 @@ async def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
176 |
DO NOT provide any explanation or context. Just the line: FINAL ANSWER: ...
|
177 |
|
178 |
If the answer is "st. petersberg" answer as "saint petersburg" (without abbreviations)
|
179 |
-
|
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()}"
|
|
|
176 |
DO NOT provide any explanation or context. Just the line: FINAL ANSWER: ...
|
177 |
|
178 |
If the answer is "st. petersberg" answer as "saint petersburg" (without abbreviations)
|
179 |
+
|
|
|
180 |
"""
|
181 |
)
|
182 |
full_prompt = system_prompt + f"Question: {question_text.strip()}"
|