We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1009dc2 commit b02bf74Copy full SHA for b02bf74
components/AppDisclaimer.vue
@@ -0,0 +1,5 @@
1
+<template>
2
+ <p class="d-block">
3
+ <strong>DISCLAIMER :</strong> This is a demo web-app. All the instructions and answers come from OpenAI.
4
+ </p>
5
+</template>
components/AppFooter.vue
@@ -1,7 +1,7 @@
<template>
<footer class="px-3 py-2 text-bg-dark">
<div>
- <strong>DISCLAIMER :</strong> This is a demo web-app. All the instructions and answers come from OpenAI.
+ <AppDisclaimer />
</div>
6
</footer>
7
</template>
pages/openAI/index.vue
@@ -13,9 +13,7 @@
13
All your prompts must be in English.
14
</p>
15
16
- <p class="d-block">
17
18
- </p>
19
20
21
Successfully deployed to the following URLs:
open-ai-integration-faez-b.vercel.app open-ai-integration.vercel.app open-ai-integration-git-main-faez-b.vercel.app
1 commit comments
vercel[bot] commentedon Jan 12, 2023
Successfully deployed to the following URLs:
open-ai-integration – ./
open-ai-integration-faez-b.vercel.app
open-ai-integration.vercel.app
open-ai-integration-git-main-faez-b.vercel.app