rairo commited on
Commit
3368fa0
·
1 Parent(s): f20b498

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -94,7 +94,7 @@ def whatsapp():
94
 
95
  #response = ask_pdfs(q)
96
 
97
- response = "hello"
98
 
99
  return str(response)
100
 
 
94
 
95
  #response = ask_pdfs(q)
96
 
97
+ response.message("hello")
98
 
99
  return str(response)
100