Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,10 @@ import contextlib
|
|
| 4 |
import platform
|
| 5 |
import psutil
|
| 6 |
import os
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
def execute_python_code(code):
|
| 9 |
# Capture the output of the code execution
|
|
|
|
| 4 |
import platform
|
| 5 |
import psutil
|
| 6 |
import os
|
| 7 |
+
import stanza
|
| 8 |
+
import numpy as np
|
| 9 |
+
import panda as pd
|
| 10 |
+
|
| 11 |
|
| 12 |
def execute_python_code(code):
|
| 13 |
# Capture the output of the code execution
|