Skip to content

Commit 06a9517

Browse files
committed
add Disclaimer
1 parent a3a04cb commit 06a9517

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

vue/src/App.vue

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ const summarize = () => {
102102
<ProgressBar :text="data.file" :percentage="data.progress" />
103103
</div>
104104
</div>
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>
105112
</div>
106113
</template>
107114
@@ -170,4 +177,13 @@ button:disabled {
170177
margin-bottom: 10px;
171178
font-weight: bold;
172179
}
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+
}
173189
</style>

0 commit comments

Comments
 (0)