Remove default text from output box
This commit is contained in:
parent
01ac065d7e
commit
66f73c1b32
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ else:
|
|||
cont = gr.Button("Continue")
|
||||
with gr.Column():
|
||||
with gr.Tab('Raw'):
|
||||
output_textbox = gr.Textbox(value=default_text, lines=15, label='Output')
|
||||
output_textbox = gr.Textbox(lines=15, label='Output')
|
||||
with gr.Tab('Markdown'):
|
||||
markdown = gr.Markdown()
|
||||
with gr.Tab('HTML'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue