-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhome_page.py
27 lines (16 loc) · 953 Bytes
/
home_page.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
from nicegui import ui
def content() -> None:
with ui.column():
ui.markdown('''
Elevate your YouTube content creation with Bitdoze's suite of intelligent AI tools.
## Catchy Titles and Descriptions
Struggling to find the perfect title or description? Bitdoze's AI analyzes trending topics and keywords to generate ideas that are both engaging and optimized for search.
## Compelling Video Scripts
Need help crafting a video script? Our AI script generator can:
- Outline key points for your video
- Suggest hooks and captivating introductions
- Provide creative transitions and calls-to-action
## And More!
Bitdoze is continuously expanding its AI capabilities for YouTubers. Stay tuned for exciting new features!
**Transform your YouTube workflow with BitDoze. Try it today!**
''')