File size: 500 Bytes
ac11493
 
 
 
 
 
 
 
 
 
b2f353b
d1d6619
b2f353b
ac11493
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>Text Q&A Chatbot Jupyter Notebook</h1>
			<p>You can view this app in <i>QA_Chatbot-flan-t5-base.ipynb</i> in the Files and versions tab.</p>
           <p>Jupyter notebook selected since the app currently runs best on Google Colab.</p>
		</div>
	</body>
</html>