Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aghoraguru
/
codeinterpreter
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aghoraguru
commited on
May 3, 2024
Commit
b4bd673
·
verified
·
1 Parent(s):
77a601c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
2
import os
3
os.system(f"pip install open-interpreter")
4
os.system(f"pip install matplotlib")
1
+
import re
2
import os
3
os.system(f"pip install open-interpreter")
4
os.system(f"pip install matplotlib")