File size: 613 Bytes
0f99f6b
 
 
 
 
 
 
 
 
 
9b1dfe9
5befd66
 
c56557a
5befd66
 
 
 
 
0f99f6b
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>My static Space</title>
		<link rel="stylesheet" href="style.css" />
	</head>
	<body>
		<div class="card">
			<h1>This Space is used to collect tutorials on using the Hugging Face Hub.</h1>
			<p>Current tutorials:</p>
			<ul>
				<li><a href="https://huggingface.co/spaces/librarian-bots/tutorials/blob/main/generate_collection_using_huggingface_hub.ipynb">Curating Collections automatically using hugging face hub</a></li>
			</ul>
		</div>
	</body>
</html>
			
		</div>
	</body>
</html>