{#if experiment}
Experiment Details
{experiment.id}
{new Date(experiment.createdAt).toLocaleString()}
{#if error}
{error}
{/if} {#if success}
{success}
{/if}
Public Link

Share this link with your participants to run the experiment.

{#if copied}

Copied to clipboard!

{/if}
Experiment Files
document.getElementById('file-input')?.click()} >
Click to select files or a folder to upload (folder structure will be preserved)
{#if uploading}
Uploading...
{/if} {#if uploadError}
{uploadError}
{/if}
    {#if files.length === 0}
  • No files uploaded yet.
  • {/if}
{:else if error}
Error
{error}
{:else}
Loading...
{/if}