diff --git a/api/src/utils/chat_utils.py b/api/src/utils/chat_utils.py
index a7ca350..b3bf592 100644
--- a/api/src/utils/chat_utils.py
+++ b/api/src/utils/chat_utils.py
@@ -26,14 +26,14 @@
]
content_examples: Dict[ContentCategory, str] = {
- "podcast": "Create a podcast exploring the intersection of ancient philosophy and artificial intelligence.",
- "sermon": "Write a sermon connecting the teachings of Augustine with modern digital ethics.",
- "audiodrama": "A reimagining of Homer's Odyssey set in a cyberpunk future.",
- "lecture": "A lecture comparing Shakespeare's influence on modern social media communication.",
- "commentary": "A commentary on how Classical music influences contemporary electronic genres.",
- "voicenote": "A personal reflection on reading Plato's Republic in today's political climate.",
- "interview": "An interview with an archaeologist using AI to uncover ancient Roman artifacts.",
- "soundbite": "A quick take on how ancient Greek democracy shapes modern blockchain governance.",
+ "podcast": "Podcast exploring the intersection of ancient philosophy and AI",
+ "sermon": "Sermon connecting the teachings of Augustine with modern digital ethics",
+ "audiodrama": "Reimagining of Homer's Odyssey set in a cyberpunk future",
+ "lecture": "Lecture comparing Shakespeare's influence on modern social media",
+ "commentary": "Commentary on how Classical music influences contemporary electronic genres",
+ "voicenote": "Personal reflection on reading Plato's Republic in today's political climate",
+ "interview": "Interview with an archaeologist using AI to uncover ancient Roman artifacts",
+ "soundbite": "Quick take on how ancient Greek democracy shapes modern blockchain governance",
}
category_qualifiers: Dict[ContentCategory, str] = {
diff --git a/app/src/lib/components/AutoDetectedCategory.svelte b/app/src/lib/components/AutoDetectedCategory.svelte
index fdd899a..0f06f66 100644
--- a/app/src/lib/components/AutoDetectedCategory.svelte
+++ b/app/src/lib/components/AutoDetectedCategory.svelte
@@ -28,7 +28,7 @@
-
+
diff --git a/app/src/lib/components/ChatBoxAndWidget.svelte b/app/src/lib/components/ChatBoxAndWidget.svelte
new file mode 100644
index 0000000..a55f936
--- /dev/null
+++ b/app/src/lib/components/ChatBoxAndWidget.svelte
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
What can I help with?
+
Listen to anything, anytime
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {#each examples as item, index (index)}
+
+ {/each}
+