Spaces:
Sleeping
Sleeping
Commit Β·
9490040
1
Parent(s): 5492e18
Updated README.md file
Browse files
README.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
| 1 |
# Blog Generation Automation with LangGraph
|
| 2 |
This project automates blog generation using an LLM-powered workflow.
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
## π Setup
|
| 11 |
1. Clone repo
|
|
|
|
| 1 |
# Blog Generation Automation with LangGraph
|
| 2 |
This project automates blog generation using an LLM-powered workflow.
|
| 3 |
|
| 4 |
+
title: Blog Generation
|
| 5 |
+
emoji: π
|
| 6 |
+
colorFrom: Green
|
| 7 |
+
colorTo: Blue
|
| 8 |
+
sdk: streamlit
|
| 9 |
+
sdk_version: 1.42.0
|
| 10 |
+
app_file: app.py
|
| 11 |
+
license: apache-2.0
|
| 12 |
+
pinned: false
|
| 13 |
+
short_description: Refined AiBlogGenerator
|
| 14 |
|
| 15 |
## π Setup
|
| 16 |
1. Clone repo
|