Naomi567 commited on
Commit
ff04183
·
verified ·
1 Parent(s): bd550bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -91,6 +91,7 @@ def display_image():
91
 
92
 
93
  with gr.Blocks (theme = theme) as chatbot:
 
94
  gr.Image(display_image())
95
  gr.ChatInterface(respond, type = "messages", #theme = gr.themes.Soft(
96
  #primary_hue="pink",
 
91
 
92
 
93
  with gr.Blocks (theme = theme) as chatbot:
94
+ chatbot = gr.Chatbot(placeholder="<strong>Your Personal Yes-Man</strong><br>Share Your Age and Ask Me Anything!")
95
  gr.Image(display_image())
96
  gr.ChatInterface(respond, type = "messages", #theme = gr.themes.Soft(
97
  #primary_hue="pink",