lmcuong199 commited on
Commit
2e1b5d0
Β·
verified Β·
1 Parent(s): 037a30e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ with gr.Blocks(title="EcoVerify AI") as demo:
262
  # ── TAB 8: DISPUTE ──────────────────────────────
263
  with gr.TabItem("🏳️ 8. Dispute / Right to Reply"):
264
  gr.Markdown("### Dispute Your Risk Score")
265
- gr.Markdown("We strive for accuracy, but digital data may not always capture the full picture. To appeal this score, please upload operational proof (e.g., disposal logs, GPS-tagged photos, or recent certifications). ")
266
  dispute_reason = gr.Textbox(
267
  label="Reason for Dispute",
268
  placeholder="e.g. We have recently upgraded our waste management system...",
 
262
  # ── TAB 8: DISPUTE ──────────────────────────────
263
  with gr.TabItem("🏳️ 8. Dispute / Right to Reply"):
264
  gr.Markdown("### Dispute Your Risk Score")
265
+ gr.Markdown("We strive for accuracy, but digital data may not always capture the full picture. To appeal this score, please upload operational proof (e.g., disposal logs, GPS-tagged photos, or recent certifications). A human auditor will work alongside our AI to verify your claims, ensuring a fair and transparent result for your ecotourism site.")
266
  dispute_reason = gr.Textbox(
267
  label="Reason for Dispute",
268
  placeholder="e.g. We have recently upgraded our waste management system...",