Skip to content

Commit

Permalink
Fix description in the JSON tab for results (#80)
Browse files Browse the repository at this point in the history
Fix copy for the JSON tab
  • Loading branch information
eyurtsev authored Mar 21, 2024
1 parent f6480e6 commit 63966c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/app/components/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ export const Playground = (props: PlaygroundProps) => {
</TabPanel>
<TabPanel>
<Text className="mt-1 mb-5">
This shows the raw JSON Schema that describes what information
the extractor will be extracting from the content.
Shows the output from the extractor in JSON format.
</Text>
<SyntaxHighlighter language="json" style={docco}>
{JSON.stringify(data, null, 2)}
Expand Down

0 comments on commit 63966c1

Please sign in to comment.