gradioapp commited on
Commit
b097329
1 Parent(s): da44e90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ messages = [
33
 
34
  def chatbot(input1,input2):
35
  if input1:
 
36
  input = transcribe(input)
37
  messages.append({"role": "user", "content": input})
38
  if sentiment(input) == 'negative':
 
33
 
34
  def chatbot(input1,input2):
35
  if input1:
36
+ input =input1
37
  input = transcribe(input)
38
  messages.append({"role": "user", "content": input})
39
  if sentiment(input) == 'negative':