Spaces:
Runtime error
Runtime error
Sami Halawa
Claude
commited on
Commit
ยท
a8b3a08
1
Parent(s):
32c35f0
Add HuggingFace Space metadata
Browse files- Add proper YAML frontmatter for HuggingFace Space
- Set correct SDK version and app configuration
- Add relevant tags for discoverability
๐ค Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ๐ AutoStartup.ai - AI-Powered Startup Idea Generator
|
2 |
|
3 |
Transform market problems into viable startup opportunities using AI-driven analysis and evaluation.
|
|
|
1 |
+
---
|
2 |
+
title: AutoStartup.ai
|
3 |
+
emoji: ๐
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.4.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
tags:
|
12 |
+
- startup
|
13 |
+
- ai
|
14 |
+
- business
|
15 |
+
- ideas
|
16 |
+
- entrepreneurship
|
17 |
+
---
|
18 |
+
|
19 |
# ๐ AutoStartup.ai - AI-Powered Startup Idea Generator
|
20 |
|
21 |
Transform market problems into viable startup opportunities using AI-driven analysis and evaluation.
|