Walterchamy commited on
Commit
ac4a70e
1 Parent(s): 6ab4b9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def generate_response(user_input):
86
  ]
87
  )
88
 
89
- response['choices'][0]['message']['content']
90
  if "kiitec" in user_input.lower():
91
  response += "\n\n" + "Here is some information about KIITEC:\n" + KIITEC_CONTENT
92
 
 
86
  ]
87
  )
88
 
89
+ response['choices'][0]['message']['content']
90
  if "kiitec" in user_input.lower():
91
  response += "\n\n" + "Here is some information about KIITEC:\n" + KIITEC_CONTENT
92