Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
9d0428d
1
Parent(s):
2ac848d
fix missing )
Browse filesSigned-off-by: apple muncy <[email protected]>
app.py
CHANGED
@@ -551,9 +551,10 @@ def create_dashboard():
|
|
551 |
text-generation, etc.
|
552 |
""")
|
553 |
gr.Textbox(
|
554 |
-
|
555 |
-
|
556 |
-
|
|
|
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(
|