mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-18 14:27:51 +00:00
fix: Comentando seção de criação de história por voz
This commit is contained in:
parent
c2bcfe1e3f
commit
c53fbeb444
@ -151,7 +151,9 @@ export function CreateStoryPage() {
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/*
|
||||||
<div className="mb-8 space-y-4">
|
<div className="mb-8 space-y-4">
|
||||||
|
|
||||||
<div className="bg-purple-50 p-4 rounded-xl border border-purple-100">
|
<div className="bg-purple-50 p-4 rounded-xl border border-purple-100">
|
||||||
<h3 className="text-sm font-medium text-purple-800 mb-3">
|
<h3 className="text-sm font-medium text-purple-800 mb-3">
|
||||||
Descreva sua história por voz
|
Descreva sua história por voz
|
||||||
@ -175,12 +177,14 @@ export function CreateStoryPage() {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-4">
|
||||||
<div className="flex-1 h-px bg-gray-200" />
|
<div className="flex-1 h-px bg-gray-200" />
|
||||||
<span className="text-sm text-gray-500">ou</span>
|
<span className="text-sm text-gray-500">ou</span>
|
||||||
<div className="flex-1 h-px bg-gray-200" />
|
<div className="flex-1 h-px bg-gray-200" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
*/}
|
||||||
|
|
||||||
<StoryGenerator
|
<StoryGenerator
|
||||||
initialContext={inputMode === 'voice' ? voiceTranscript : storyContext}
|
initialContext={inputMode === 'voice' ? voiceTranscript : storyContext}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user