SamanthaStorm commited on
Commit
43c305d
·
verified ·
1 Parent(s): 8112dc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -777,7 +777,6 @@ def analyze_composite(msg1, msg2, msg3, *answers_and_none):
777
  return out, timeline_image
778
 
779
  textbox_inputs = [gr.Textbox(label=f"Message {i+1}") for i in range(3)]
780
- textbox_inputs = [item for pair in message_date_pairs for item in pair]
781
  quiz_boxes = [gr.Checkbox(label=q) for q, _ in ESCALATION_QUESTIONS]
782
  none_box = gr.Checkbox(label="None of the above")
783
 
 
777
  return out, timeline_image
778
 
779
  textbox_inputs = [gr.Textbox(label=f"Message {i+1}") for i in range(3)]
 
780
  quiz_boxes = [gr.Checkbox(label=q) for q, _ in ESCALATION_QUESTIONS]
781
  none_box = gr.Checkbox(label="None of the above")
782