Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -45,25 +45,6 @@ def execute_python(code: str) -> str:
|
|
| 45 |
The returned artifacts (if present) are automatically rendered in the UI and visible to the user.
|
| 46 |
Args:
|
| 47 |
code: Valid Python code with correct indentation and syntax including necessary imports.
|
| 48 |
-
|
| 49 |
-
Available Libraries:
|
| 50 |
-
# Use Plotly for creating visualizations
|
| 51 |
-
|
| 52 |
-
plotly
|
| 53 |
-
pandas
|
| 54 |
-
groq
|
| 55 |
-
yfinance
|
| 56 |
-
numpy
|
| 57 |
-
numpy
|
| 58 |
-
scikit-learn
|
| 59 |
-
statsmodels
|
| 60 |
-
geopandas
|
| 61 |
-
folium
|
| 62 |
-
fpdf
|
| 63 |
-
kaleido
|
| 64 |
-
scipy
|
| 65 |
-
geopy
|
| 66 |
-
mapbox
|
| 67 |
"""
|
| 68 |
|
| 69 |
#print(config)
|
|
|
|
| 45 |
The returned artifacts (if present) are automatically rendered in the UI and visible to the user.
|
| 46 |
Args:
|
| 47 |
code: Valid Python code with correct indentation and syntax including necessary imports.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
"""
|
| 49 |
|
| 50 |
#print(config)
|