Spaces:
Sleeping
Sleeping
Commit
•
f5976e2
1
Parent(s):
d9f31f1
Move to src dir
Browse files- app.py +1 -1
- constants.py → src/constants.py +0 -0
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
import pandas as pd
|
5 |
from huggingface_hub import HfFileSystem
|
6 |
|
7 |
-
from constants import DETAILS_DATASET_ID, DETAILS_FILENAME, RESULTS_DATASET_ID, SUBTASKS, TASKS
|
8 |
|
9 |
|
10 |
fs = HfFileSystem()
|
|
|
4 |
import pandas as pd
|
5 |
from huggingface_hub import HfFileSystem
|
6 |
|
7 |
+
from src.constants import DETAILS_DATASET_ID, DETAILS_FILENAME, RESULTS_DATASET_ID, SUBTASKS, TASKS
|
8 |
|
9 |
|
10 |
fs = HfFileSystem()
|
constants.py → src/constants.py
RENAMED
File without changes
|