ruisp commited on
Commit
5995b2f
·
1 Parent(s): 018a883

Upgraded date detection tool.

Browse files
Files changed (1) hide show
  1. public_app.py +2 -2
public_app.py CHANGED
@@ -78,11 +78,11 @@ if __name__ == '__main__':
78
  'cultural, financial, and political developments occurring at user-defined times.'
79
  ' The model actively looks for the presence of date elements present in the query '
80
  'and will raise an error if it cannot find any.'
81
- ' Click the examples below to see the tool in action.',
82
  article='**Disclaimer**: This app is for demonstration purposes only, and no assurance of uninterrupted'
83
  ' functionality can be given at this time. Answers may take some'
84
  ' time to complete '
85
- 'during periods of heavy usage. Please be patient :)',
86
  analytics_enabled=True,
87
  allow_flagging="manual",
88
  flagging_options=["error", "ambiguous", "not useful"],
 
78
  'cultural, financial, and political developments occurring at user-defined times.'
79
  ' The model actively looks for the presence of date elements present in the query '
80
  'and will raise an error if it cannot find any.'
81
+ ' Click the query examples below to see some possible outputs from the model.',
82
  article='**Disclaimer**: This app is for demonstration purposes only, and no assurance of uninterrupted'
83
  ' functionality can be given at this time. Answers may take some'
84
  ' time to complete '
85
+ 'during periods of heavy usage. There is still significant work planned ahead. Please be patient :)',
86
  analytics_enabled=True,
87
  allow_flagging="manual",
88
  flagging_options=["error", "ambiguous", "not useful"],