ura23 commited on
Commit
46e0c58
·
verified ·
1 Parent(s): 023d849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -147,7 +147,7 @@ def main():
147
  "furry_female",
148
  "shota",
149
  "male_focus",
150
- "signature"
151
  "web_address",
152
  "censored_nipples",
153
  "gothic_lolita",
@@ -215,7 +215,7 @@ def main():
215
  value=", ".join(predefined_tags),
216
  label="Filter Tags (comma-separated)",
217
  placeholder="Add tags to filter out (e.g., winter, red, from above)",
218
- lines=7
219
  )
220
 
221
  submit = gr.Button(
 
147
  "furry_female",
148
  "shota",
149
  "male_focus",
150
+ "signature",
151
  "web_address",
152
  "censored_nipples",
153
  "gothic_lolita",
 
215
  value=", ".join(predefined_tags),
216
  label="Filter Tags (comma-separated)",
217
  placeholder="Add tags to filter out (e.g., winter, red, from above)",
218
+ lines=9
219
  )
220
 
221
  submit = gr.Button(