mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-31 02:01:16 +02:00
fix minor html error (#2034)
This commit is contained in:
parent
52c505c210
commit
aa4a00cbc2
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user