mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-23 00:18:20 +01:00
Change order of upload and download tabs in chat mode
This commit is contained in:
parent
d49710878e
commit
e69990e37b
@ -512,11 +512,11 @@ if args.chat or args.cai_chat:
|
|||||||
with gr.Row():
|
with gr.Row():
|
||||||
check = gr.Checkbox(value=settings[f'stop_at_newline{suffix}'], label='Stop generating at new line character?')
|
check = gr.Checkbox(value=settings[f'stop_at_newline{suffix}'], label='Stop generating at new line character?')
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
|
with gr.Tab('Upload chat history'):
|
||||||
|
upload = gr.File(type='binary')
|
||||||
with gr.Tab('Download chat history'):
|
with gr.Tab('Download chat history'):
|
||||||
download = gr.File()
|
download = gr.File()
|
||||||
save_btn = gr.Button(value="Click me")
|
save_btn = gr.Button(value="Click me")
|
||||||
with gr.Tab('Upload chat history'):
|
|
||||||
upload = gr.File(type='binary')
|
|
||||||
with gr.Tab('Upload character'):
|
with gr.Tab('Upload character'):
|
||||||
upload_char = gr.File(type='binary')
|
upload_char = gr.File(type='binary')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user