Arafath10 commited on
Commit
e7893a5
1 Parent(s): b2feeae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -214,9 +214,7 @@ def google(name):
214
 
215
  def greet(name1):
216
  name = name1.lower()
217
- response = requests.post("https://ssebowa-org-chatbot.onrender.com/chatbot/"+name)
218
- resul_list = response.json()
219
- return resul_list#.replace("n","")
220
 
221
 
222
  if "who are you" in name or "what is you" in name or "your name" in name or"who r u" in name:
 
214
 
215
  def greet(name1):
216
  name = name1.lower()
217
+
 
 
218
 
219
 
220
  if "who are you" in name or "what is you" in name or "your name" in name or"who r u" in name: