Update app.tsx

This commit is contained in:
Bruce MacDonald 2024-03-19 09:48:34 +01:00
parent f15312c52b
commit 6e08c68661

View File

@ -32,7 +32,7 @@ export default function () {
<div className='mx-auto text-center'>
<h1 className='mb-6 mt-4 text-2xl tracking-tight text-gray-900'>Welcome to Ollama</h1>
<p className='mx-auto w-[65%] text-sm text-gray-400'>
{stepParam} Let's get you up and running with your own large language models.
Let's get you up and running with your own large language models.
</p>
<button
onClick={() => setStep(Step.CLI)}