mohammad2928git commited on
Commit
826ed99
·
verified ·
1 Parent(s): d2c5728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,6 +5,6 @@ def greet(name, intensity):
5
 
6
  with gr.Blocks() as demo:
7
  with gr.Row():
8
- gr.Text("lion.jpg", scale=2)
9
  gr.Text("tiger.jpg", scale=1)
10
  demo.launch()
 
5
 
6
  with gr.Blocks() as demo:
7
  with gr.Row():
8
+ gr.Textbox(lines=10, label="Prompt", scale=2)
9
  gr.Text("tiger.jpg", scale=1)
10
  demo.launch()