Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def positive_affirmations():
|
|
182 |
return selected_affirm
|
183 |
|
184 |
with gr.Blocks() as iface:
|
185 |
-
|
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.")
|