multimodalart HF Staff commited on
Commit
1ca04ce
·
1 Parent(s): 38d0e03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def update(name):
5
  return f"Welcome to Gradio, {name}!"
6
 
7
  with gr.Blocks() as demo:
8
- gr.HTML('<img src="file/cat-toy.png">')
9
  with gr.Row():
10
  inp = gr.Textbox(placeholder="What is your name?")
11
  out = gr.Textbox()
 
5
  return f"Welcome to Gradio, {name}!"
6
 
7
  with gr.Blocks() as demo:
8
+ #gr.HTML('<img src="file/cat-toy.png">')
9
  with gr.Row():
10
  inp = gr.Textbox(placeholder="What is your name?")
11
  out = gr.Textbox()