Facelook commited on
Commit
bd0f679
·
1 Parent(s): 2464200

Trial and error.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,7 +41,7 @@ class BasicAgent:
41
  messages=[
42
  {
43
  "role": "system",
44
- "content": "Answer the following question directly without any explanations, introductions, or conclusions. Provide only the specific answer itself. Be concise."
45
  },
46
  {
47
  "role": "user",
@@ -198,7 +198,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
198
 
199
  # --- Build Gradio Interface using Blocks ---
200
  with gr.Blocks() as demo:
201
- gr.Markdown("# Basic Agent Evaluation Runner #18")
202
  gr.Markdown(
203
  """
204
  **Instructions:**
 
41
  messages=[
42
  {
43
  "role": "system",
44
+ "content": "Answer the following question directly without any explanations, introductions, or conclusions. Provide only the specific answer itself. Be concise. Also answer the question in same language as the question. If the question is not clear, please ask for clarification."
45
  },
46
  {
47
  "role": "user",
 
198
 
199
  # --- Build Gradio Interface using Blocks ---
200
  with gr.Blocks() as demo:
201
+ gr.Markdown("# Basic Agent Evaluation Runner #20")
202
  gr.Markdown(
203
  """
204
  **Instructions:**