Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
969a9dbb
Commit
969a9dbb
authored
Jun 27, 2023
by
Eva Ho
Browse files
fix generating symbol
parent
217eb4db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
desktop/src/app.tsx
desktop/src/app.tsx
+1
-1
No files found.
desktop/src/app.tsx
View file @
969a9dbb
...
@@ -86,7 +86,7 @@ export default function () {
...
@@ -86,7 +86,7 @@ export default function () {
</
div
>
</
div
>
<
div
className
=
'flex-1 text-gray-800'
>
<
div
className
=
'flex-1 text-gray-800'
>
{
m
.
content
}
{
m
.
content
}
{
m
.
sender
===
'
bot
'
&&
generating
&&
(
{
m
.
sender
===
'
bot
'
&&
generating
&&
i
===
messages
.
length
-
1
&&
(
<
span
className
=
'blink relative -top-[3px] left-1 text-[10px]'
>
█
</
span
>
<
span
className
=
'blink relative -top-[3px] left-1 text-[10px]'
>
█
</
span
>
)
}
)
}
</
div
>
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment