mt3842ml commited on
Commit
d8a0fee
·
verified ·
1 Parent(s): 776c160

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ test_dataset_df = pd.concat([test_dataset_df, pd.DataFrame([{
43
  test_dataset_df = pd.concat([test_dataset_df, pd.DataFrame([{
44
  'id': '6',
45
  'title': 'Best restaurants in queens',
46
- 'content': 'theres a good halal cart on Wub Street, they give extra sticky creamy white sauce,
47
- 'prechunk_id': '2',
48
  'postchunk_id': '',
49
  'arxiv_id': '2401.04088',
50
  'references': ['arXiv:1234.5678', 'arXiv:9012.3456']
 
43
  test_dataset_df = pd.concat([test_dataset_df, pd.DataFrame([{
44
  'id': '6',
45
  'title': 'Best restaurants in queens',
46
+ 'content': 'theres a good halal cart on Wub Street, they give extra sticky creamy white sauce',
47
+ 'prechunk_id': '',
48
  'postchunk_id': '',
49
  'arxiv_id': '2401.04088',
50
  'references': ['arXiv:1234.5678', 'arXiv:9012.3456']