jithenderchoudary commited on
Commit
f4bd790
·
verified ·
1 Parent(s): 2df9051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ from joblib import dump, load
6
  from ansys.mapdl.core import launch_mapdl
7
  import matplotlib.pyplot as plt
8
  import os
 
 
9
 
10
  # ========== Train AI Models ==========
11
  def train_models():
 
6
  from ansys.mapdl.core import launch_mapdl
7
  import matplotlib.pyplot as plt
8
  import os
9
+ python -c "import ansys.mapdl.core"
10
+
11
 
12
  # ========== Train AI Models ==========
13
  def train_models():