Spaces:
Runtime error
Runtime error
Merge branch #m-ric/agent-data-analyst' into 'agentharbor/autonomous-data-exploration'
Browse files
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
|
| 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 |
|