mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-20 15:40:23 +01:00
Name the input box
This commit is contained in:
parent
f76bdadbed
commit
c3a0d00715
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue