Spaces:
Sleeping
Sleeping
Update placeholder text for inputbox.
Browse files
webui.py
CHANGED
@@ -113,7 +113,7 @@ def main():
|
|
113 |
|
114 |
chatbot = gr.Chatbot(elem_id='chatbot')
|
115 |
with gr.Column():
|
116 |
-
user_input = gr.Textbox(show_label=False, placeholder="
|
117 |
with gr.Row():
|
118 |
submitBtn = gr.Button("Send", variant="primary")
|
119 |
retryBtn = gr.Button("Retry")
|
|
|
113 |
|
114 |
chatbot = gr.Chatbot(elem_id='chatbot')
|
115 |
with gr.Column():
|
116 |
+
user_input = gr.Textbox(show_label=False, placeholder="Input", lines=1, container=False)
|
117 |
with gr.Row():
|
118 |
submitBtn = gr.Button("Send", variant="primary")
|
119 |
retryBtn = gr.Button("Retry")
|