Da-Rabbit-Hole commited on
Commit
0a84e85
·
verified ·
1 Parent(s): 3b61568

Update README.md

Browse files

This is an agent that will retrieve Crypto Token prices from Coingecko's website without an API key. For the tokens that you would like market prices for just add the token name in the crypto= ["token_name"] field.

Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- title: First Agent Template
3
  emoji: ⚡
4
- colorFrom: pink
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.23.1
8
  app_file: app.py
9
  pinned: false
10
  tags:
@@ -13,6 +13,9 @@ 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: First Agent Template Crypto Token Prices
3
  emoji: ⚡
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: gradio
7
+ sdk_version: 5.46.0
8
  app_file: app.py
9
  pinned: false
10
  tags:
 
13
  - smolagent
14
  - tool
15
  - agent-course
16
+ thumbnail: >-
17
+ https://cdn-uploads.huggingface.co/production/uploads/68c33fc1853b3c7764fd00ea/CEgRveWqFF-vEdp570WI5.jpeg
18
+ short_description: Fetches Current Crypto Token Prices From Coingecko
19
  ---
20
 
21
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference