Update pages/5_Delete_Question.py
Browse files
pages/5_Delete_Question.py
CHANGED
@@ -3,7 +3,6 @@ import os
|
|
3 |
import shutil
|
4 |
from pathlib import Path
|
5 |
from utils.load_jsonl import load_data
|
6 |
-
from utils.save_to_hf import commit_and_push_changes
|
7 |
|
8 |
DATA_DIR = Path("data/questions")
|
9 |
JSONL_FILE = "output.jsonl"
|
|
|
3 |
import shutil
|
4 |
from pathlib import Path
|
5 |
from utils.load_jsonl import load_data
|
|
|
6 |
|
7 |
DATA_DIR = Path("data/questions")
|
8 |
JSONL_FILE = "output.jsonl"
|