Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Artteiv/arxiv_chatbot
ArxivBot
/
arxiv_chatbot
like
0
Sleeping
App
Files
Files
Community
4b81092
arxiv_chatbot
/
test.py
Artteiv
ok
46d747a
6 months ago
raw
Copy download link
history
blame
Safe
68 Bytes
a = [(
1
,
2
),(
4
,
5
),(
3
,
5
)]
dic = [{
"id1"
:x[
0
]},{
"id"
:x[
1
]}
for
x
in
a]