Name the input box

This commit is contained in:
oobabooga 2023-01-07 22:55:54 -03:00
parent f76bdadbed
commit c3a0d00715

View File

@ -192,7 +192,7 @@ elif args.chat:
context = gr.Textbox(value='This is a conversation between two people.', lines=2, label='Context')
with gr.Column():
display1 = gr.Chatbot()
textbox = gr.Textbox(lines=2)
textbox = gr.Textbox(lines=2, label='Input')
btn = gr.Button("Generate")
btn2 = gr.Button("Clear history")