albertvillanova HF staff commited on
Commit
f5976e2
β€’
1 Parent(s): d9f31f1

Move to src dir

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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