mskov commited on
Commit
df92cf7
1 Parent(s): c2b4186

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def positive_affirmations():
182
  return selected_affirm
183
 
184
  with gr.Blocks() as iface:
185
- show_state = gr.State([])
186
  with gr.Column():
187
  anxiety_class = gr.Radio(["racism", "LGBTQ+ hate", "sexually explicit", "misophonia"])
188
  explit_preference = gr.Radio(choices=["N-Word", "B-Word", "All Explitives"], label="Words to omit from general anxiety classes", info="certain words may be acceptible within certain contects for given groups of people, and some people may be unbothered by explitives broadly speaking.")
 
182
  return selected_affirm
183
 
184
  with gr.Blocks() as iface:
185
+ show_state = gr.State([])
186
  with gr.Column():
187
  anxiety_class = gr.Radio(["racism", "LGBTQ+ hate", "sexually explicit", "misophonia"])
188
  explit_preference = gr.Radio(choices=["N-Word", "B-Word", "All Explitives"], label="Words to omit from general anxiety classes", info="certain words may be acceptible within certain contects for given groups of people, and some people may be unbothered by explitives broadly speaking.")