Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
c79d28a
1
Parent(s):
90e10de
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ class Chatbot:
|
|
226 |
label = "Question",
|
227 |
show_label=True,
|
228 |
lines=2,
|
229 |
-
placeholder="Enter text and press enter
|
230 |
)
|
231 |
with gr.Row():
|
232 |
clear_btn = gr.Button(value="Clear")
|
|
|
226 |
label = "Question",
|
227 |
show_label=True,
|
228 |
lines=2,
|
229 |
+
placeholder="Enter text and press shift+enter",
|
230 |
)
|
231 |
with gr.Row():
|
232 |
clear_btn = gr.Button(value="Clear")
|