Spaces:
Runtime error
Runtime error
masa729406
commited on
Commit
Β·
0a8aca2
1
Parent(s):
a8cff4f
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
|
|
6 |
import numpy as np
|
7 |
from datetime import datetime
|
8 |
import matplotlib.pyplot as plt
|
9 |
-
matplotlib.use("Agg")
|
10 |
|
11 |
# pip install beautifulsoup4
|
12 |
# pip install requests_html
|
|
|
6 |
import numpy as np
|
7 |
from datetime import datetime
|
8 |
import matplotlib.pyplot as plt
|
9 |
+
# matplotlib.use("Agg")
|
10 |
|
11 |
# pip install beautifulsoup4
|
12 |
# pip install requests_html
|