Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,11 +135,9 @@ class Me:
|
|
| 135 |
|
| 136 |
if __name__ == "__main__":
|
| 137 |
me = Me()
|
| 138 |
-
demo = gr.ChatInterface(fn= me.chat,
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
description="Dynamic CV agent powered by Grok that lets you explore my resume through an interactive chat."
|
| 142 |
-
)
|
| 143 |
|
| 144 |
demo.launch(show_error=True)
|
| 145 |
|
|
|
|
| 135 |
|
| 136 |
if __name__ == "__main__":
|
| 137 |
me = Me()
|
| 138 |
+
demo = gr.ChatInterface(fn= me.chat,type="messages",
|
| 139 |
+
title="Ken CV agent",
|
| 140 |
+
description="Dynamic CV agent powered by Grok that lets you explore my resume through an interactive chat.")
|
|
|
|
|
|
|
| 141 |
|
| 142 |
demo.launch(show_error=True)
|
| 143 |
|