kanlo commited on
Commit
49be23e
·
verified ·
1 Parent(s): ec66909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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="""Dynamic CV agent
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)