mskov commited on
Commit
577ccea
·
1 Parent(s): df92cf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, value=phrase)}
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