Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
0f8eff7
1
Parent(s):
9a2fb25
Add label
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(
|
|
120 |
placeholder="Enter your prompt",
|
121 |
value=EXAMPLES[0][0],
|
122 |
scale=4,
|
123 |
-
show_label=
|
124 |
container=False
|
125 |
# height="80px"
|
126 |
)
|
@@ -129,7 +129,7 @@ with gr.Blocks(
|
|
129 |
placeholder="Enter a list of concepts (comma-separated)",
|
130 |
value=EXAMPLES[0][1],
|
131 |
scale=4,
|
132 |
-
show_label=
|
133 |
container=False
|
134 |
# height="80px"
|
135 |
)
|
|
|
120 |
placeholder="Enter your prompt",
|
121 |
value=EXAMPLES[0][0],
|
122 |
scale=4,
|
123 |
+
show_label=True,
|
124 |
container=False
|
125 |
# height="80px"
|
126 |
)
|
|
|
129 |
placeholder="Enter a list of concepts (comma-separated)",
|
130 |
value=EXAMPLES[0][1],
|
131 |
scale=4,
|
132 |
+
show_label=True,
|
133 |
container=False
|
134 |
# height="80px"
|
135 |
)
|