Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files- app/main.py +1 -0
- requirements.txt +1 -0
app/main.py
CHANGED
|
@@ -17,6 +17,7 @@ import plotly.graph_objects as go
|
|
| 17 |
import plotly.express as px
|
| 18 |
import matplotlib.pyplot as plt
|
| 19 |
import json
|
|
|
|
| 20 |
import os
|
| 21 |
import sys
|
| 22 |
from typing import Dict, List, Any, Optional, Tuple
|
|
|
|
| 17 |
import plotly.express as px
|
| 18 |
import matplotlib.pyplot as plt
|
| 19 |
import json
|
| 20 |
+
import pycountry
|
| 21 |
import os
|
| 22 |
import sys
|
| 23 |
from typing import Dict, List, Any, Optional, Tuple
|
requirements.txt
CHANGED
|
@@ -5,3 +5,4 @@ plotly==5.18.0
|
|
| 5 |
matplotlib==3.7.2
|
| 6 |
openpyxl==3.1.2
|
| 7 |
xlsxwriter==3.1.2
|
|
|
|
|
|
| 5 |
matplotlib==3.7.2
|
| 6 |
openpyxl==3.1.2
|
| 7 |
xlsxwriter==3.1.2
|
| 8 |
+
pycountry 1.20
|