forouzanfallah commited on
Commit
d45c855
·
verified ·
1 Parent(s): 6f155f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -11
app.py CHANGED
@@ -524,21 +524,23 @@ with gr.Blocks(title="RTS Human Evaluation", theme=gr.themes.Soft()) as demo:
524
  f"""
525
  # Retrogressive Thaw Slump (RTS) Human Evaluation
526
 
527
- **Welcome, and thanks for lending your expertise!**
 
528
 
529
- We’re inviting domain experts to help evaluate satellite image patches for RTS.
530
-
531
- **Suggested target:** ~{TARGET_PER_PERSON} images per reviewer.
532
-
533
- You can stop at any time and come back later to continue where you left off.
534
 
535
- **Questions or issues?** Email **{CONTACT_EMAIL}** — we appreciate your feedback and suggestions.
 
 
 
 
 
 
 
 
536
 
537
  ---
538
- **How it works**
539
- 1. Enter your name and email, then click **Start / Resume**.
540
- 2. Review the images and rate them.
541
- 3. Choose **Submit & Next Image** to continue, or **Submit & Finish** to end the session.
542
  """
543
  )
544
 
 
524
  f"""
525
  # Retrogressive Thaw Slump (RTS) Human Evaluation
526
 
527
+ ### 👋 Welcome!
528
+ We are evaluating different image enhancement methods for detecting **Retrogressive Thaw Slumps (RTS)** in satellite imagery. We need your expert eye to judge which images preserve the most detail.
529
 
530
+ ---
 
 
 
 
531
 
532
+ ### 📋 Instructions
533
+ * **Your Goal:** Evaluate approximately **{TARGET_PER_PERSON} image sets**.
534
+ * **The Task:** For each set, you will see 5 variations of the same satellite image.
535
+ * **Rating:** Rate each image from **1 (Poor)** to **10 (Excellent)** based on how clearly the RTS feature (indicated by the **Red Box**) is depicted.
536
+
537
+ ### ⏸️ Saving & Resuming
538
+ * **Automatic Saving:** Your progress is saved automatically after every "Submit".
539
+ * **Take a Break:** You can close this tab at any time.
540
+ * **How to Resume:** Simply return here and enter the **exact same Name and Email**. The system will pick up exactly where you left off.
541
 
542
  ---
543
+ **Ready?** Enter your details below to begin.
 
 
 
544
  """
545
  )
546