mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Replace 'Generate' with 'Send' in the Chat tab
This commit is contained in:
parent
bb97ca1b22
commit
58282f7107
2 changed files with 1 additions and 5 deletions
|
|
@ -60,7 +60,7 @@ def create_ui():
|
|||
with gr.Column(scale=1, elem_id='generate-stop-container'):
|
||||
with gr.Row():
|
||||
shared.gradio['Stop'] = gr.Button('Stop', elem_id='stop', visible=False)
|
||||
shared.gradio['Generate'] = gr.Button('Generate', elem_id='Generate', variant='primary')
|
||||
shared.gradio['Generate'] = gr.Button('Send', elem_id='Generate', variant='primary')
|
||||
|
||||
# Hover menu buttons
|
||||
with gr.Column(elem_id='chat-buttons'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue