Toumaima commited on
Commit
bf087fa
·
verified ·
1 Parent(s): 40c721d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ class BasicAgent:
81
  print("Detected likely reversed text. Attempting riddle solving...")
82
  return self.solve_riddle(question)
83
 
84
- else if self.is_chess_question(question):
85
  print("Detected chess-related question. Attempting board extraction...")
86
  # You would extract image info from the question or context here
87
  # For now, we'll simulate board analysis
 
81
  print("Detected likely reversed text. Attempting riddle solving...")
82
  return self.solve_riddle(question)
83
 
84
+ else if: self.is_chess_question(question):
85
  print("Detected chess-related question. Attempting board extraction...")
86
  # You would extract image info from the question or context here
87
  # For now, we'll simulate board analysis