maiurilorenzo commited on
Commit
55d9233
·
verified ·
1 Parent(s): ae7a494

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: First Agent Template
3
- emoji:
4
  colorFrom: pink
5
  colorTo: yellow
6
  sdk: gradio
@@ -13,6 +13,14 @@ tags:
13
  - smolagent
14
  - tool
15
  - agent-course
 
 
 
 
16
  ---
17
 
18
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
1
  ---
2
+ title: Data Detective
3
+ emoji: 🕵️‍♂️
4
  colorFrom: pink
5
  colorTo: yellow
6
  sdk: gradio
 
13
  - smolagent
14
  - tool
15
  - agent-course
16
+ - data-analysis
17
+ - csv
18
+ - excel
19
+ - statistics
20
  ---
21
 
22
+ **Data Detective** is an AI-powered agent that analyzes CSV and Excel files, providing insights such as missing values, duplicates, data types, and basic statistics.
23
+
24
+ Drop your dataset and let the detective do the rest! 🕵️‍♂️📊
25
+
26
+ Check out the configuration reference at [Hugging Face Spaces](https://huggingface.co/docs/hub/spaces-config-reference)