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