Spaces:
Build error
Build error
Commit
•
cf11d3f
1
Parent(s):
5d0067c
Updating chatbot text hint
Browse files
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
|
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)
|