pkiage's picture
Update index.html
d1d6619
raw
history blame contribute delete
No virus
500 Bytes
<!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>