Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ def intervention_output(intervene):
|
|
167 |
return { output_col : gr.update(visible=True), out_img : gr.update(value="hrv-breathing.gif", visible=True)}
|
168 |
elif intervene == "Text Message":
|
169 |
phrase = positive_affirmations()
|
170 |
-
return { output_col : gr.update(visible=True), out_text : gr.update(value=phrase, visible=True
|
171 |
else:
|
172 |
return " "
|
173 |
|
|
|
167 |
return { output_col : gr.update(visible=True), out_img : gr.update(value="hrv-breathing.gif", visible=True)}
|
168 |
elif intervene == "Text Message":
|
169 |
phrase = positive_affirmations()
|
170 |
+
return { output_col : gr.update(visible=True), out_text : gr.update(value=phrase, visible=True)}
|
171 |
else:
|
172 |
return " "
|
173 |
|