Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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()
|