From fdefcecfc6d983f5e7e6d3a60a13dcfadc7a7721 Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Wed, 10 Apr 2024 15:14:17 +0800 Subject: Add a large model page Issue-ID: USECASEUI-834 Change-Id: Ie589e0eb9c263ed1ec92119470ea46f4a936041b Signed-off-by: kaixiliu --- .../src/app/views/robot/robot.component.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 usecaseui-portal/src/app/views/robot/robot.component.html (limited to 'usecaseui-portal/src/app/views/robot/robot.component.html') diff --git a/usecaseui-portal/src/app/views/robot/robot.component.html b/usecaseui-portal/src/app/views/robot/robot.component.html new file mode 100644 index 00000000..38363a8a --- /dev/null +++ b/usecaseui-portal/src/app/views/robot/robot.component.html @@ -0,0 +1,21 @@ + +
+
+
+ + {{ chat.question }} +
+
+
+ {{ chat.answer }} +
+
+
+
+
+ + + + +
+ \ No newline at end of file -- cgit