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

add missing commas.

Browse files

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

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -551,9 +551,9 @@ 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
 
559
  with gr.Column():
 
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():