Skip to content

Commit 1ef2004

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent ee188db commit 1ef2004

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import numpy as np
2-
import pandas as pd
2+
# import pandas as pd
33
import matplotlib.pyplot as plt
4-
import matplotlib.animation as animation
5-
import mpld3
6-
from mpld3 import plugins
4+
# import matplotlib.animation as animation
5+
# import mpld3
6+
# from mpld3 import plugins
77
from IPython.display import HTML
88
# import os
99

0 commit comments

Comments
 (0)