Kohaku-Blueleaf commited on
Commit
3798f72
β€’
1 Parent(s): 0a38838

Some UI/UX fix

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,14 +130,14 @@ click "Next" button until you get the dragon girl you like.
130
  addon_propmt = gr.Textbox(
131
  label="Addon prompt",
132
  lines=1,
133
- value="cowboy shot, loli",
134
  )
135
  style = gr.Dropdown(
136
  DEFAULT_STYLE_LIST,
137
  label="Style",
138
  value=list(DEFAULT_STYLE_LIST)[0],
139
  )
140
- submit = gr.Button("Next")
141
  dtg_output = gr.TextArea(label="DTG output", lines=9, show_copy_button=True)
142
  cost_time = gr.Markdown()
143
  with gr.Column(scale=4):
 
130
  addon_propmt = gr.Textbox(
131
  label="Addon prompt",
132
  lines=1,
133
+ value="cowboy shot",
134
  )
135
  style = gr.Dropdown(
136
  DEFAULT_STYLE_LIST,
137
  label="Style",
138
  value=list(DEFAULT_STYLE_LIST)[0],
139
  )
140
+ submit = gr.Button("Next", variant="primary")
141
  dtg_output = gr.TextArea(label="DTG output", lines=9, show_copy_button=True)
142
  cost_time = gr.Markdown()
143
  with gr.Column(scale=4):