Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ Original file is located at
|
|
9 |
|
10 |
import numpy as np
|
11 |
import gradio
|
12 |
-
|
13 |
import pandas as pd
|
14 |
|
15 |
|
@@ -18,7 +18,7 @@ import plotly.graph_objects as go
|
|
18 |
|
19 |
|
20 |
|
21 |
-
taraf_s = pd.read_csv('/
|
22 |
|
23 |
taraf_s = taraf_s.sort_values(['City', 'Year'], ascending=True)
|
24 |
|
|
|
9 |
|
10 |
import numpy as np
|
11 |
import gradio
|
12 |
+
|
13 |
import pandas as pd
|
14 |
|
15 |
|
|
|
18 |
|
19 |
|
20 |
|
21 |
+
taraf_s = pd.read_csv('HadithML/taraf_by_year.csv')
|
22 |
|
23 |
taraf_s = taraf_s.sort_values(['City', 'Year'], ascending=True)
|
24 |
|