Spaces:
Running
Running
Nifemi Alpine Durin
commited on
Commit
·
5194396
1
Parent(s):
433e4de
allow empty subheading and heading
Browse files
app.py
CHANGED
@@ -50,8 +50,8 @@ iface = gr.Interface(
|
|
50 |
gr.components.Textbox(placeholder="Your Brand's target audience", label="Target Audience"),
|
51 |
gr.components.Textbox(placeholder="Google Font Label i.e Rubik", label="Font"),
|
52 |
gr.components.Textbox(value="", label="Logo Url"),
|
53 |
-
gr.components.Textbox(placeholder="Heading text", label="Heading Text"),
|
54 |
-
gr.components.Textbox(placeholder="Paragraph text", label="Sub Heading Text"),
|
55 |
gr.components.Textbox(value="375x667", label="Image Dimension"),
|
56 |
gr.components.Textbox(lines=4, placeholder="Enter your custom dall-e 2 image prompt here (not required)", value="", label="Custom Graphic Prompt")
|
57 |
],
|
|
|
50 |
gr.components.Textbox(placeholder="Your Brand's target audience", label="Target Audience"),
|
51 |
gr.components.Textbox(placeholder="Google Font Label i.e Rubik", label="Font"),
|
52 |
gr.components.Textbox(value="", label="Logo Url"),
|
53 |
+
gr.components.Textbox(placeholder="Heading text (not required)", label="Heading Text"),
|
54 |
+
gr.components.Textbox(placeholder="Paragraph text (not required)", label="Sub Heading Text"),
|
55 |
gr.components.Textbox(value="375x667", label="Image Dimension"),
|
56 |
gr.components.Textbox(lines=4, placeholder="Enter your custom dall-e 2 image prompt here (not required)", value="", label="Custom Graphic Prompt")
|
57 |
],
|