fix: remove undefined reference to blog_from_audio in content_generators.py

This commit is contained in:
ajaysi (aider)
2024-09-14 18:00:01 +05:30
parent 64f269ebb7
commit 5938dcf6e4

View File

@@ -22,8 +22,6 @@ def ai_writers():
if choice == "AI Blog Writer":
blog_from_keyword()
elif choice == "Write from audio files":
blog_from_audio()
elif choice == "Story Writer":
story_input_section()
elif choice == "Essay writer":