fix minor html error (#2034)

This commit is contained in:
pablodanswer
2024-08-03 12:40:07 -07:00
committed by GitHub
parent 52c505c210
commit aa4a00cbc2

View File

@@ -347,9 +347,7 @@ function Main() {
{currentModel ? (
<>
<Title className="mt-8 mb-2">Current Embedding Model</Title>
<Text>
<ModelPreview model={currentModel} />
</Text>
<ModelPreview model={currentModel} />
</>
) : (
<Title className="mt-8 mb-4">Choose your Embedding Model</Title>