diff --git a/src/app/components/generative-activity/generative-activity.component.html b/src/app/components/generative-activity/generative-activity.component.html index 516fbd7..f8407e9 100644 --- a/src/app/components/generative-activity/generative-activity.component.html +++ b/src/app/components/generative-activity/generative-activity.component.html @@ -46,12 +46,15 @@
-
+
-
+
+ {{result_text}} +
+
{ + this.result_text=''; + this.getGenerativeQuestion(); + }, 5000); + } }