Skip to content

Commit

Permalink
Remove prompt column from data extract results (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Sundberg <[email protected]>
  • Loading branch information
seansund authored Sep 29, 2023
1 parent 025da82 commit 40155cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/DataExtraction/DataExtraction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const DataExtractionResults = () => {

const headerData: DataTableHeader[] = [
{header: 'Question', key: 'question'},
{header: 'Prompt', key: 'prompt'},
// {header: 'Prompt', key: 'prompt'},
{header: 'WatsonX Response', key: 'watsonxResponse'}
]

Expand Down

0 comments on commit 40155cb

Please sign in to comment.