Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mohamed1ai
/
LLAMA-3-analysis
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mohamed1ai
commited on
May 20, 2024
Commit
d292590
·
verified
·
1 Parent(s):
ac1edd1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
from pandasai.llm.local_llm import LocalLLM
2
from pandasai import Agent
3
import streamlit as st
1
+
import pandasai
2
from pandasai.llm.local_llm import LocalLLM
3
from pandasai import Agent
4
import streamlit as st