Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mattritchey
/
pandas_chat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mattritchey
commited on
Jun 16, 2023
Commit
fa75948
·
1 Parent(s):
61a050d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,4 +21,4 @@ product_df = pd.DataFrame(
21
)
22
23
product_df
24
-
product_df.llm.query("Impute the type column with random fruits.")
21
)
22
23
product_df
24
+
product_df.llm.query("Impute the type column with random fruits."
, yolo=True
)