Spaces:
Runtime error
Runtime error
Commit
·
2196962
1
Parent(s):
1ca04ce
Update app.py
Browse files
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 |
-
|
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()
|