Navyabhat commited on
Commit
1362c1d
·
verified ·
1 Parent(s): 98c6760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ with gr.Blocks() as demo:
95
  with gr.Row():
96
  # Adding a Textbox with a placeholder "write prompt"
97
  prompt = gr.Textbox(
98
- placeholder="Enter text, or upload an image or audio", lines=2, label="Query", value=None, scale = 4
99
  )
100
 
101
  with gr.Row():
 
95
  with gr.Row():
96
  # Adding a Textbox with a placeholder "write prompt"
97
  prompt = gr.Textbox(
98
+ placeholder="Ask anything", lines=2, label="Query", value=None, scale = 4
99
  )
100
 
101
  with gr.Row():