apple muncy commited on
Commit
9d0428d
·
1 Parent(s): 2ac848d

fix missing )

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -551,9 +551,10 @@ def create_dashboard():
551
  text-generation, etc.
552
  """)
553
  gr.Textbox(
554
- label="Text to extract tag from"
555
- value=g_payload
556
- placeholder="payload"
 
557
 
558
  with gr.Column():
559
  sim_repo = gr.Textbox(
 
551
  text-generation, etc.
552
  """)
553
  gr.Textbox(
554
+ label="Text to extract tag from"
555
+ value=g_payload
556
+ placeholder="payload"
557
+ )
558
 
559
  with gr.Column():
560
  sim_repo = gr.Textbox(