mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-26 01:30:20 +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')
|
context = gr.Textbox(value='This is a conversation between two people.', lines=2, label='Context')
|
||||||
with gr.Column():
|
with gr.Column():
|
||||||
display1 = gr.Chatbot()
|
display1 = gr.Chatbot()
|
||||||
textbox = gr.Textbox(lines=2)
|
textbox = gr.Textbox(lines=2, label='Input')
|
||||||
btn = gr.Button("Generate")
|
btn = gr.Button("Generate")
|
||||||
btn2 = gr.Button("Clear history")
|
btn2 = gr.Button("Clear history")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user