Spaces:
Runtime error
Runtime error
Update HebEMO.py
Browse files
HebEMO.py
CHANGED
|
@@ -81,7 +81,7 @@ class HebEMO:
|
|
| 81 |
except: ax = spider_plot(hebEMO)
|
| 82 |
print(hebEMO_df[0][i])
|
| 83 |
plt.show()
|
| 84 |
-
return (
|
| 85 |
else:
|
| 86 |
return (hebEMO_df)
|
| 87 |
HebEMO_model = HebEMO()
|
|
|
|
| 81 |
except: ax = spider_plot(hebEMO)
|
| 82 |
print(hebEMO_df[0][i])
|
| 83 |
plt.show()
|
| 84 |
+
return (hebEMO_df[0][i], ax)
|
| 85 |
else:
|
| 86 |
return (hebEMO_df)
|
| 87 |
HebEMO_model = HebEMO()
|