pazukdev commited on
Commit
e8d9d82
·
verified ·
1 Parent(s): a8f232a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ examples = [
262
  description = '''
263
  # AI Interview Team Assistant | Empowered by Godel Technologies AI \n
264
  \n
265
- This is an AI Interview Team Assistant. You can ask him any questions about recruiting a team for an interview.\n
266
  '''
267
 
268
  gr.ChatInterface(predict, examples=examples, description=description).launch()
 
262
  description = '''
263
  # AI Interview Team Assistant | Empowered by Godel Technologies AI \n
264
  \n
265
+ This is an AI Interview Team Assistant. You can ask any questions about recruiting a team for an interview.\n
266
  '''
267
 
268
  gr.ChatInterface(predict, examples=examples, description=description).launch()