Aishu-7 commited on
Commit
74e72a9
·
verified ·
1 Parent(s): 0c56829

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -138,7 +138,6 @@ button[data-testid="example"] {
138
 
139
  with gr.Blocks(theme=theme, css = css) as demo:
140
  gr.Image(display_image(), show_label=False, interactive=False)
141
- title = "Hi, I'm BloomBot! 🌸",
142
  chatbot = gr.ChatInterface(
143
  fn = respond,
144
  cache_examples = False,
 
138
 
139
  with gr.Blocks(theme=theme, css = css) as demo:
140
  gr.Image(display_image(), show_label=False, interactive=False)
 
141
  chatbot = gr.ChatInterface(
142
  fn = respond,
143
  cache_examples = False,