Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Added feedback form link to landing
Browse files
chat_application/templates/home.html
CHANGED
|
@@ -11,6 +11,9 @@
|
|
| 11 |
<button type="button" id="continue">Continue</button>
|
| 12 |
</div>
|
| 13 |
<hr />
|
|
|
|
|
|
|
|
|
|
| 14 |
</form>
|
| 15 |
</div>
|
| 16 |
<div id="confirmID-modal" class="modal">
|
|
|
|
| 11 |
<button type="button" id="continue">Continue</button>
|
| 12 |
</div>
|
| 13 |
<hr />
|
| 14 |
+
<div class="feedback-notice">
|
| 15 |
+
<p>We encourage you to message us directly through Prolific about any concerns. Additionally, you may provide feedback regarding the experiment <a class="feedback-link" href="{{ feedback_form_url | default('https://umw.qualtrics.com/jfe/form/SV_08v26NssCOwZTP8') }}">in this form</a>.</p>
|
| 16 |
+
</div>
|
| 17 |
</form>
|
| 18 |
</div>
|
| 19 |
<div id="confirmID-modal" class="modal">
|