Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
2677826
1
Parent(s):
9d0428d
add missing commas.
Browse filessignd-off-by: apple muncy <[email protected]>
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():
|