SamanthaStorm commited on
Commit
ae9c73e
·
verified ·
1 Parent(s): e5c8c09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -356,7 +356,7 @@ def analyze_composite(msg1, date1, msg2, date2, msg3, date3, *answers_and_none):
356
  message_date_pairs = [
357
  (
358
  gr.Textbox(label=f"Message {i+1}"),
359
- gr.Date(label=f"Date {i+1} (optional)")
360
  )
361
  for i in range(3)
362
  ]
 
356
  message_date_pairs = [
357
  (
358
  gr.Textbox(label=f"Message {i+1}"),
359
+ gr.components.Date(label=f"Date {i+1} (optional)")
360
  )
361
  for i in range(3)
362
  ]