Juna190825 commited on
Commit
07e45c7
·
verified ·
1 Parent(s): ae0e619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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