Dacho688 commited on
Commit
a8110bc
·
1 Parent(s): c653758

add logo to site

Browse files
Files changed (2) hide show
  1. _config.yml +1 -0
  2. images/logo.jpg +0 -0
_config.yml CHANGED
@@ -1,4 +1,5 @@
1
  title: Data Analyst # your name (or website title) here
 
2
  description: > # your text below (remove <br> elements if you don't need line breaks)
3
  <br>
4
  I’m your personal Data Analyst built on top of Llama-3.1-70B and the ReAct agent framework. I break down your task step-by-step until I reach an answer/solution. Along the way I share my thoughts, actions (Python code blobs), and observations. I come packed with pandas, numpy, sklearn, matplotlib, seaborn, and more!
 
1
  title: Data Analyst # your name (or website title) here
2
+ logo: "/images/logo.jpg?raw=true" # your photo (or logo) here
3
  description: > # your text below (remove <br> elements if you don't need line breaks)
4
  <br>
5
  I’m your personal Data Analyst built on top of Llama-3.1-70B and the ReAct agent framework. I break down your task step-by-step until I reach an answer/solution. Along the way I share my thoughts, actions (Python code blobs), and observations. I come packed with pandas, numpy, sklearn, matplotlib, seaborn, and more!
images/logo.jpg ADDED