mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
Merge the Default and Notebook tabs into a single Notebook tab (#7078)
This commit is contained in:
parent
db67d69ddc
commit
de24b3bb31
8 changed files with 46 additions and 12 deletions
|
|
@ -16,7 +16,7 @@ outputs = ('textbox-notebook', 'html-notebook')
|
|||
|
||||
def create_ui():
|
||||
mu = shared.args.multi_user
|
||||
with gr.Tab('Notebook', elem_id='notebook-tab'):
|
||||
with gr.Row(visible=not shared.settings['show_two_notebook_columns']) as shared.gradio['notebook-tab']:
|
||||
shared.gradio['last_input-notebook'] = gr.State('')
|
||||
with gr.Row():
|
||||
with gr.Column(scale=4):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue