focusit commited on
Commit
5dbf3c7
·
1 Parent(s): 56b486f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -35,10 +35,10 @@ def query(payload):
35
 
36
 
37
  def responsenew(uinput):
38
- huggChat(uinput)
39
- return query({
40
- "inputs": "Can you please let us know more details about your ",
41
- })
42
 
43
 
44
 
 
35
 
36
 
37
  def responsenew(uinput):
38
+ return huggChat(uinput)
39
+ # return query({
40
+ # "inputs": "Can you please let us know more details about your ",
41
+ # })
42
 
43
 
44