Update app.py
Browse files
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': '
|
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']
|