Skip to content

Commit

Permalink
Stop chat from flashing dark when processing
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Mar 3, 2023
1 parent 7c70e0e commit 2bff646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
.api-docs.svelte-1iguv9h.svelte-1iguv9h.svelte-1iguv9h {
display: grid;
}
.pending.svelte-1ed2p3z {
opacity: 1;
}
"""

class ToolButton(gr.Button, gr.components.FormComponent):
Expand Down

0 comments on commit 2bff646

Please sign in to comment.