Manikandan-Alagu commited on
Commit
6d58226
·
verified ·
1 Parent(s): 6af5a63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ chat_session = model.start_chat(
25
  history=[]
26
  )
27
 
28
- input = input()
29
 
30
  def chat(input):
31
  response = chat_session.send_message(input)
 
25
  history=[]
26
  )
27
 
28
+ input = "How are you"
29
 
30
  def chat(input):
31
  response = chat_session.send_message(input)