derek-thomas HF staff commited on
Commit
cf11d3f
1 Parent(s): 5d0067c

Updating chatbot text hint

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks() as demo:
108
  txt = gr.Textbox(
109
  scale=3,
110
  show_label=False,
111
- placeholder="Enter text and press enter",
112
  container=False,
113
  )
114
  txt_btn = gr.Button(value="Submit text", scale=1)
 
108
  txt = gr.Textbox(
109
  scale=3,
110
  show_label=False,
111
+ placeholder="Enter query in Arabic or English and press enter",
112
  container=False,
113
  )
114
  txt_btn = gr.Button(value="Submit text", scale=1)