agentharbor commited on
Commit
bb84759
·
verified ·
2 Parent(s): bfc1ed1 2f22c67

Merge branch #m-ric/agent-data-analyst' into 'agentharbor/autonomous-data-exploration'

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. app.py +1 -1
README.md CHANGED
@@ -8,6 +8,7 @@ sdk_version: 4.38.1
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ short_description: Need to analyze data? Let a Llama-3.1 agent do it for you!
12
  ---
13
 
14
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import ReactCodeAgent, HfEngine, Tool
5
  import pandas as pd
6
 
7
  from gradio import Chatbot
8
- from streaming import stream_to_gradio
9
  from huggingface_hub import login
10
  from gradio.data_classes import FileData
11
 
 
5
  import pandas as pd
6
 
7
  from gradio import Chatbot
8
+ from transformers.agents import stream_to_gradio
9
  from huggingface_hub import login
10
  from gradio.data_classes import FileData
11