Skip to content

Commit

Permalink
Fix error with website build in chatbot.svx (#10443)
Browse files Browse the repository at this point in the history
* fix syntax

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
aliabd and gradio-pr-bot authored Jan 27, 2025
1 parent 7174340 commit f40747c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/shiny-walls-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"website": minor
---

feat:Fix error with website build in chatbot.svx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{
"name": "status",
"annotation": "Literal['pending', 'done']",
"doc": "The status of the message. If "pending", a spinner icon appears next to the thought title. If "done", the thought accordion becomes closed. If not provided, the thought accordion is open and no spinner is displayed."
"doc": "The status of the message. If 'pending', a spinner icon appears next to the thought title. If 'done', the thought accordion becomes closed. If not provided, the thought accordion is open and no spinner is displayed."
}
]

Expand Down

0 comments on commit f40747c

Please sign in to comment.