Add configuration
Browse files
README.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
| 1 |
---
|
| 2 |
title: CallCenterSummarizationAgent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
license: mit
|
| 4 |
---
|
| 5 |
# Call Center Data Analysis Agent
|
|
|
|
| 1 |
---
|
| 2 |
title: CallCenterSummarizationAgent
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 8501
|
| 8 |
+
tags:
|
| 9 |
+
- streamlit
|
| 10 |
+
pinned: false
|
| 11 |
+
short_description: Summarize Call Center Conversations
|
| 12 |
license: mit
|
| 13 |
---
|
| 14 |
# Call Center Data Analysis Agent
|