Fix Hugging Face config block
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Sales Intelligence Hub - AI-Powered B2B Sales Automation
|
| 2 |
|
| 3 |
Professional AI-driven platform for generating targeted sales campaigns, lead scoring, and CRM management using Google Gemini API.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Venesis
|
| 3 |
+
emoji: 🎯
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
# Sales Intelligence Hub - AI-Powered B2B Sales Automation
|
| 11 |
|
| 12 |
Professional AI-driven platform for generating targeted sales campaigns, lead scoring, and CRM management using Google Gemini API.
|