Spaces:
Runtime error
Runtime error
masa729406
commited on
Commit
Β·
eabd3ce
1
Parent(s):
932aa7b
Update app.py
Browse files
app.py
CHANGED
@@ -4,15 +4,11 @@ import gradio as gr
|
|
4 |
from math import sqrt
|
5 |
import pandas as pd
|
6 |
from datetime import datetime
|
7 |
-
from IPython.display import display
|
8 |
|
9 |
matplotlib.use("Agg")
|
10 |
|
11 |
import matplotlib.pyplot as plt
|
12 |
import numpy as np
|
13 |
-
import plotly.express as px
|
14 |
-
|
15 |
-
|
16 |
|
17 |
# pip install beautifulsoup4
|
18 |
# pip install requests_html
|
|
|
4 |
from math import sqrt
|
5 |
import pandas as pd
|
6 |
from datetime import datetime
|
|
|
7 |
|
8 |
matplotlib.use("Agg")
|
9 |
|
10 |
import matplotlib.pyplot as plt
|
11 |
import numpy as np
|
|
|
|
|
|
|
12 |
|
13 |
# pip install beautifulsoup4
|
14 |
# pip install requests_html
|