kshitijthakkar commited on
Commit
c6929d8
·
verified ·
1 Parent(s): 545d067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ class GaiaAgent:
77
  # Encourage the agent to think step-by-step in code
78
  max_steps=20
79
  ),
80
- )
81
 
82
  def __call__(self, question: str) -> str:
83
  try:
 
77
  # Encourage the agent to think step-by-step in code
78
  max_steps=20
79
  ),
80
+
81
 
82
  def __call__(self, question: str) -> str:
83
  try: