Reorganize chat UI elements

This commit is contained in:
oobabooga 2023-01-28 20:28:08 -03:00
parent 3687962e6c
commit f4674d34a9

View File

@ -580,9 +580,13 @@ if args.chat or args.cai_chat:
with gr.Row():
check = gr.Checkbox(value=settings[f'stop_at_newline{suffix}'], label='Stop generating at new line character?')
with gr.Row():
with gr.Tab('Upload chat history'):
with gr.Tab('Chat history'):
with gr.Row():
with gr.Column():
gr.Markdown('Upload')
upload = gr.File(type='binary')
with gr.Tab('Download chat history'):
with gr.Column():
gr.Markdown('Download')
download = gr.File()
save_btn = gr.Button(value="Click me")
with gr.Tab('Upload character'):