joeyanuff commited on
Commit
cf357d1
1 Parent(s): 81db2e6

literary_style_radio choices

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ with block:
220
  outputs=[character_state])
221
 
222
  literary_style_radio = gr.Radio(label="Literary style:", choices=[
223
- LITERARY_STYLE_DEFAULT, "Poetry", "Haiku", "Limerick", "Joke", "Knock-knock"],
224
  value=LITERARY_STYLE_DEFAULT)
225
 
226
  literary_style_radio.change(update_foo,
 
220
  outputs=[character_state])
221
 
222
  literary_style_radio = gr.Radio(label="Literary style:", choices=[
223
+ LITERARY_STYLE_DEFAULT, "Haiku", "Limerick", "Joke", "Knock-knock"],
224
  value=LITERARY_STYLE_DEFAULT)
225
 
226
  literary_style_radio.change(update_foo,