vinoku89 commited on
Commit
fb86e58
·
verified ·
1 Parent(s): 15372f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # CSV Chatbot
2
 
3
  A simple chatbot that queries CSV data using natural language. Uses Gemini API to convert questions to pandas code.
 
1
+ ---
2
+ title: CSV Chatbot
3
+ emoji: 📊
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "6.3.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # CSV Chatbot
13
 
14
  A simple chatbot that queries CSV data using natural language. Uses Gemini API to convert questions to pandas code.