We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a04cb commit 06a9517Copy full SHA for 06a9517
vue/src/App.vue
@@ -102,6 +102,13 @@ const summarize = () => {
102
<ProgressBar :text="data.file" :percentage="data.progress" />
103
</div>
104
105
+
106
+ <div class="disclaimer">
107
+ <small
108
+ >⚠️ Disclaimer: AI-generated summaries may be inaccurate or incomplete. Always verify
109
+ important information.</small
110
+ >
111
+ </div>
112
113
</template>
114
@@ -170,4 +177,13 @@ button:disabled {
170
177
margin-bottom: 10px;
171
178
font-weight: bold;
172
179
}
180
181
+.disclaimer {
182
+ margin-top: 30px;
183
+ text-align: center;
184
+ color: #666;
185
+ max-width: 600px;
186
+ margin-left: auto;
187
+ margin-right: auto;
188
+}
173
189
</style>
0 commit comments