openai/chatkit-python

Public

mirrored fromhttps://github.com/openai/chatkit-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
d14ce4602e2002ef97ccff685ec14fb27c49c94c

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

tests/assets/widgets/basic_root.json

21lines · modepreview

{
  "type": "Basic",
  "children": [
    {
      "type": "Col",
      "gap": 1,
      "children": [
        {
          "type": "Title",
          "value": "Harry Potter",
          "size": "sm"
        },
        {
          "type": "Text",
          "value": "The boy who lived",
          "size": "sm"
        }
      ]
    }
  ]
}