keremenko commited on
Commit
c94de7c
·
verified ·
1 Parent(s): 19f6f30

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +7 -1
  2. kirill.jpeg +0 -0
app.py CHANGED
@@ -430,4 +430,10 @@ def respond_ai(message, history):
430
  #---------------------------------------------------
431
  # Launch Gradio
432
  #---------------------------------------------------
433
- gr.ChatInterface(fn=respond_ai).launch()
 
 
 
 
 
 
 
430
  #---------------------------------------------------
431
  # Launch Gradio
432
  #---------------------------------------------------
433
+ gr.ChatInterface(
434
+ fn=respond_ai,
435
+ title="Kirill's Digital Twin",
436
+ chatbot=gr.Chatbot(avatar_images=(None, "kirill.jpeg")),
437
+ description="Chat with an AI version of Kirill Eremenko. Ask about his experience, projects, or just say hi!",
438
+ examples=["What's your background?", "AI Engineering experience", "Do you like pineapple on pizza?"]
439
+ ).launch()
kirill.jpeg ADDED