Spaces:
Sleeping
Sleeping
pngwn
commited on
Commit
·
ea20bfc
1
Parent(s):
28d6e58
asd
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ with block:
|
|
12 |
text = gr.Dropdown(
|
13 |
label="Star Sign",
|
14 |
choices=["leo", "scorpio", "gemini"],
|
15 |
-
show_label=
|
16 |
max_lines=1,
|
17 |
placeholder="Enter your prompt",
|
18 |
elem_id="prompt-text-input",
|
@@ -25,7 +25,7 @@ with block:
|
|
25 |
text2 = gr.Dropdown(
|
26 |
choices=["love", "career", "wellness"],
|
27 |
label="Category",
|
28 |
-
show_label=
|
29 |
max_lines=1,
|
30 |
placeholder="Enter your prompt",
|
31 |
elem_id="prompt-text-input",
|
|
|
12 |
text = gr.Dropdown(
|
13 |
label="Star Sign",
|
14 |
choices=["leo", "scorpio", "gemini"],
|
15 |
+
show_label=True,
|
16 |
max_lines=1,
|
17 |
placeholder="Enter your prompt",
|
18 |
elem_id="prompt-text-input",
|
|
|
25 |
text2 = gr.Dropdown(
|
26 |
choices=["love", "career", "wellness"],
|
27 |
label="Category",
|
28 |
+
show_label=True,
|
29 |
max_lines=1,
|
30 |
placeholder="Enter your prompt",
|
31 |
elem_id="prompt-text-input",
|