mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-25 19:37:29 +02:00
fix minor html error (#2034)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user