akaburia commited on
Commit
cfd9ad2
ยท
verified ยท
1 Parent(s): 71c11e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -858,7 +858,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
858
 
859
  workspace_info = gr.Markdown(
860
  "<div style='text-align: center; padding: 15px; margin-top: 20px; background-color: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px;'>"
861
- "๐Ÿ“Š <strong>Visualisations Report</strong><br>"
862
  "As you keep on scoring, head on to check out the visualisations report! This is an exercise on scoring policy coherences and comparison with the AI model.<br>"
863
  "<a href='https://datastudio.google.com/u/0/reporting/cc1d6cab-fe9d-4d77-91d9-ea6ccfb5a39c/page/U7RuF' target='_blank' style='color: #3b82f6; text-decoration: underline;'>https://datastudio.google.com/u/0/reporting/cc1d6cab-fe9d-4d77-91d9-ea6ccfb5a39c/page/U7RuF</a>"
864
  "</div>"
@@ -921,7 +921,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
921
  "Evaluate how the **Target A** above interacts with the **Target B** statements below.\n**Rules:** If you evaluate a row, you **MUST** select the Class, the Extended Class Interaction, and write a Justification. You may leave a row entirely blank to skip it.",
922
  "Skip Target A",
923
  "Save Filled Annotations",
924
- "<div style='text-align: center; padding: 15px; margin-top: 20px; background-color: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px;'>๐Ÿ“Š <strong>Visualisations Report</strong><br>As you keep on scoring, head on to check out the visualisations report! This is an exercise on scoring policy coherences and comparison with the AI model.<br><a href='https://datastudio.google.com/u/0/reporting/cc1d6cab-fe9d-4d77-91d9-ea6ccfb5a39c/page/U7RuF' target='_blank' style='color: #3b82f6; text-decoration: underline;'>https://datastudio.google.com/u/0/reporting/cc1d6cab-fe9d-4d77-91d9-ea6ccfb5a39c/page/U7RuF</a></div>",
925
  "---\n<div style='text-align: center; color: #6b7280; font-size: 0.9em; padding: 10px;'><strong>Disclaimer:</strong> This tool is developed and maintained by EPIC Africa. The European Union (EU) is not liable for the content, use, or outputs generated by this tool.</div>"
926
  ]
927
  translated = t_batch(titles, lang)
 
858
 
859
  workspace_info = gr.Markdown(
860
  "<div style='text-align: center; padding: 15px; margin-top: 20px; background-color: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px;'>"
861
+ "<strong>Visualisations Report</strong><br>"
862
  "As you keep on scoring, head on to check out the visualisations report! This is an exercise on scoring policy coherences and comparison with the AI model.<br>"
863
  "<a href='https://datastudio.google.com/u/0/reporting/cc1d6cab-fe9d-4d77-91d9-ea6ccfb5a39c/page/U7RuF' target='_blank' style='color: #3b82f6; text-decoration: underline;'>https://datastudio.google.com/u/0/reporting/cc1d6cab-fe9d-4d77-91d9-ea6ccfb5a39c/page/U7RuF</a>"
864
  "</div>"
 
921
  "Evaluate how the **Target A** above interacts with the **Target B** statements below.\n**Rules:** If you evaluate a row, you **MUST** select the Class, the Extended Class Interaction, and write a Justification. You may leave a row entirely blank to skip it.",
922
  "Skip Target A",
923
  "Save Filled Annotations",
924
+ "<div style='text-align: center; padding: 15px; margin-top: 20px; background-color: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px;'>๐Ÿ“Š <strong>Visualisations Report</strong><br>Watch the dataset grow as we map policy coherences across domains! Check out the live visualisations report to track our collective progress, uncover cross-sector synergies, and see exactly how our policy experts stack up against the AI baseline.<br><a href='https://datastudio.google.com/u/0/reporting/cc1d6cab-fe9d-4d77-91d9-ea6ccfb5a39c/page/U7RuF' target='_blank' style='color: #3b82f6; text-decoration: underline;'>https://datastudio.google.com/u/0/reporting/cc1d6cab-fe9d-4d77-91d9-ea6ccfb5a39c/page/U7RuF</a></div>",
925
  "---\n<div style='text-align: center; color: #6b7280; font-size: 0.9em; padding: 10px;'><strong>Disclaimer:</strong> This tool is developed and maintained by EPIC Africa. The European Union (EU) is not liable for the content, use, or outputs generated by this tool.</div>"
926
  ]
927
  translated = t_batch(titles, lang)