Skip to content

Commit

Permalink
add scrollbar to RAI text dashboard text highlighting area (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Apr 4, 2023
1 parent 9d8d73e commit dd7d6d5
Show file tree
Hide file tree
Showing 4 changed files with 1,061 additions and 46 deletions.
2 changes: 2 additions & 0 deletions apps/dashboard/src/app/textApplications.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

import { dbpediaLongDoc } from "../interpret-text/__mock_data__/dbpediaLongDoc";
import { emotionLongDoc } from "../interpret-text/__mock_data__/emotionLongDoc";
import { newsgroupBinaryData } from "../interpret-text/__mock_data__/newsgroupBinaryData";
import {
Expand Down Expand Up @@ -34,6 +35,7 @@ export type ITextApplications = {
export const textApplications: ITextApplications = <const>{
interpretText: {
datasets: {
dbpediaLongDoc: { data: dbpediaLongDoc },
emotionLongDoc: { data: emotionLongDoc },
newsgroupBinaryData: { data: newsgroupBinaryData }
},
Expand Down
Loading

0 comments on commit dd7d6d5

Please sign in to comment.