Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import pandas as pd
|
| 3 |
import os
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
# Paths to the permanent files
|
| 8 |
CHOICES_PATH = "data/Indicators_choices_Default View 18.xlsx"
|
|
|
|
| 2 |
import pandas as pd
|
| 3 |
import os
|
| 4 |
|
| 5 |
+
import functions as f
|
| 6 |
|
| 7 |
# Paths to the permanent files
|
| 8 |
CHOICES_PATH = "data/Indicators_choices_Default View 18.xlsx"
|