bstraehle commited on
Commit
d790481
·
verified ·
1 Parent(s): f72635e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -97,6 +97,7 @@ DESCRIPTION = (
97
  DEFAULT_QUESTION = (
98
  f"In MCP's 1st Birthday Hackathon, what is the first name of the person who submitted a General AI Assistant, "
99
  f"and what is the caption of their attached video at 1:04?"
 
100
 
101
  DEFAULT_GROUND_TRUTH = "Bernd, Humanity's Last Exam Problem"
102
 
 
97
  DEFAULT_QUESTION = (
98
  f"In MCP's 1st Birthday Hackathon, what is the first name of the person who submitted a General AI Assistant, "
99
  f"and what is the caption of their attached video at 1:04?"
100
+ )
101
 
102
  DEFAULT_GROUND_TRUTH = "Bernd, Humanity's Last Exam Problem"
103