Nifemi Alpine Durin commited on
Commit
bbba259
·
1 Parent(s): 93c7b27
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ iface = gr.Interface(
54
  gr.components.Textbox(placeholder="Paragraph text (not required)", label="Sub Heading Text"),
55
  gr.components.Dropdown(
56
  choices=[
57
- ("Select Dimension", "750x1334")
58
  ("Mobile Portrait (750x1334)", "750x1334")
59
  ],
60
  value="750x1334",
 
54
  gr.components.Textbox(placeholder="Paragraph text (not required)", label="Sub Heading Text"),
55
  gr.components.Dropdown(
56
  choices=[
57
+ ("Select Dimension", "750x1334"),
58
  ("Mobile Portrait (750x1334)", "750x1334")
59
  ],
60
  value="750x1334",