mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-30 14:39:55 +02:00
fix minor html error (#2034)
This commit is contained in:
@@ -347,9 +347,7 @@ function Main() {
|
|||||||
{currentModel ? (
|
{currentModel ? (
|
||||||
<>
|
<>
|
||||||
<Title className="mt-8 mb-2">Current Embedding Model</Title>
|
<Title className="mt-8 mb-2">Current Embedding Model</Title>
|
||||||
<Text>
|
|
||||||
<ModelPreview model={currentModel} />
|
<ModelPreview model={currentModel} />
|
||||||
</Text>
|
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<Title className="mt-8 mb-4">Choose your Embedding Model</Title>
|
<Title className="mt-8 mb-4">Choose your Embedding Model</Title>
|
||||||
|
Reference in New Issue
Block a user