burtenshaw commited on
Commit
f0ef377
·
1 Parent(s): a54a5ce

add readme

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Tool PlotlyGenerator
3
+ emoji: 📈
4
+ colorFrom: yellow
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: 5.10.0
8
+ app_file: app.py
9
+ pinned: false
10
+ tags:
11
+ - tool
12
+ ---
13
+
14
+ # Plotly Agent Tool
15
+
16
+ This is a simple agent tool that uses Plotly to generate plots.
17
+