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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
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
- 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)
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