Spaces:
Runtime error
Runtime error
Removing matplotline
Browse filesError due to `%matplotlib inline SyntaxError: invalid syntax`
app.py
CHANGED
@@ -26,7 +26,7 @@ from collections import Counter
|
|
26 |
|
27 |
import matplotlib.pyplot as plt
|
28 |
import seaborn as sns
|
29 |
-
|
30 |
from matplotlib.gridspec import GridSpec
|
31 |
import plotly.offline as py
|
32 |
import plotly.express as px
|
|
|
26 |
|
27 |
import matplotlib.pyplot as plt
|
28 |
import seaborn as sns
|
29 |
+
|
30 |
from matplotlib.gridspec import GridSpec
|
31 |
import plotly.offline as py
|
32 |
import plotly.express as px
|