Uthar commited on
Commit
42156dd
·
verified ·
1 Parent(s): 4368fa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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():