Epoching commited on
Commit
173ee60
β€’
1 Parent(s): 5a2d3ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with demo:
86
 
87
  # Left column (inputs)
88
  with gr.Column():
89
- input_story_type = gr.Radio(choices=['superhero', 'action', 'drama', 'horror', 'thriller', 'sci_fi'], default='sci_fi', label="Genre")
90
  input_start_text = gr.Textbox(placeholder='A teddy bear outer space', label="Starting Text")
91
 
92
  gr.Markdown("Be sure to run each of the buttons one at a time, they depend on each others' outputs!")
86
 
87
  # Left column (inputs)
88
  with gr.Column():
89
+ input_story_type = gr.Radio(choices=['superhero', 'action', 'drama', 'horror', 'thriller', 'sci_fi'], value='sci_fi', label="Genre")
90
  input_start_text = gr.Textbox(placeholder='A teddy bear outer space', label="Starting Text")
91
 
92
  gr.Markdown("Be sure to run each of the buttons one at a time, they depend on each others' outputs!")