jisaacso219 commited on
Commit
e8d5194
·
verified ·
1 Parent(s): d3e78bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -196,9 +196,10 @@ with gr.Blocks(title="Jacob Isaacson Chatbot") as iface:
196
  fn=me.chat_stream,
197
  chatbot=gr.Chatbot(show_copy_button=True),
198
  type="messages",
199
- chatbot_initial_message={"role": "assistant", "content": "Hello, my name is Jacob Isaacson. Please ask me any questions about my professional career and I will do my best to respond."}
200
  )
201
 
202
  if __name__ == "__main__":
203
  iface.launch()
204
 
 
 
196
  fn=me.chat_stream,
197
  chatbot=gr.Chatbot(show_copy_button=True),
198
  type="messages",
199
+ additional_inputs=[],
200
  )
201
 
202
  if __name__ == "__main__":
203
  iface.launch()
204
 
205
+