Update app.py
Browse files
app.py
CHANGED
@@ -194,6 +194,7 @@ with gr.Blocks(head=CSS + JS) as demo:
|
|
194 |
with gr.Column(scale=2):
|
195 |
with gr.Group():
|
196 |
txt_input = gr.Textbox(label='Your prompt:', value=preSetPrompt, lines=3, autofocus=1)
|
|
|
197 |
neg_input = gr.Textbox(label='Negative prompt:', value=negPreSetPrompt, lines=1)
|
198 |
with gr.Accordion("Advanced", open=False, visible=True):
|
199 |
with gr.Row():
|
|
|
194 |
with gr.Column(scale=2):
|
195 |
with gr.Group():
|
196 |
txt_input = gr.Textbox(label='Your prompt:', value=preSetPrompt, lines=3, autofocus=1)
|
197 |
+
lnk_output = gr.Textbox(lines=1,label='The Link:',visible=True,interactive=False,elem_id="LnkBox")
|
198 |
neg_input = gr.Textbox(label='Negative prompt:', value=negPreSetPrompt, lines=1)
|
199 |
with gr.Accordion("Advanced", open=False, visible=True):
|
200 |
with gr.Row():
|