ysharma HF staff commited on
Commit
3b2a6bd
1 Parent(s): da443a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks() as demo:
90
 
91
  with gr.Row():
92
  # Textbox for user input with increased scale for better visibility
93
- tb = gr.Textbox(scale=4)
94
 
95
  # Upload button for image files
96
  up = gr.UploadButton("Upload Image", file_types=["image"], scale=1)
 
90
 
91
  with gr.Row():
92
  # Textbox for user input with increased scale for better visibility
93
+ tb = gr.Textbox(scale=4, placeholder='Input text and press Enter')
94
 
95
  # Upload button for image files
96
  up = gr.UploadButton("Upload Image", file_types=["image"], scale=1)