merve HF Staff commited on
Commit
3f20002
·
1 Parent(s): 0716693

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ data = query(
31
  }
32
  }
33
  )
34
-
35
- message(f"It's best to use {data["answer"]} for this :)")
36
 
37
 
38
 
 
31
  }
32
  }
33
  )
34
+ bot_answer = data["answer"]
35
+ message(f"{bot_answer} is the best task for this :)")
36
 
37
 
38