- {#if source.content_type === 'application/pdf'}
-
- {:else}
- {source.content}
- {/if}
+
+
diff --git a/app/src/lib/components/custom-source/RenderAudioSource.svelte b/app/src/lib/components/custom-source/RenderAudioSource.svelte
index d1ea5e0..5a523b2 100644
--- a/app/src/lib/components/custom-source/RenderAudioSource.svelte
+++ b/app/src/lib/components/custom-source/RenderAudioSource.svelte
@@ -13,7 +13,7 @@
const { addSource } = getCustomSources();
- let snapPoints = [0.75, 0.9];
+ let snapPoints = [0.75, 0.95];
let activeSnapPoint = snapPoints[0];
let fetchingSource = false;
@@ -101,7 +101,7 @@
AI-generated Source
{#await parse(audioSource) then parsedContent}
{@html parsedContent}
diff --git a/app/src/lib/components/custom-source/RenderPDFContent.svelte b/app/src/lib/components/custom-source/RenderPDFContent.svelte
deleted file mode 100644
index 172b25f..0000000
--- a/app/src/lib/components/custom-source/RenderPDFContent.svelte
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- {#each paragraphs as paragraph, idx (idx)}
- {paragraph}
- {/each}
-
diff --git a/app/src/lib/components/custom-source/RenderWebContent.svelte b/app/src/lib/components/custom-source/RenderWebContent.svelte
new file mode 100644
index 0000000..7b88fe6
--- /dev/null
+++ b/app/src/lib/components/custom-source/RenderWebContent.svelte
@@ -0,0 +1,20 @@
+
+
+
+ {#each paragraphs as paragraph, idx (idx)}
+
+ {paragraph}
+
+ {/each}
+
+
+