Update pages/4_Edit_Questions.py
Browse files
pages/4_Edit_Questions.py
CHANGED
@@ -3,7 +3,6 @@ import streamlit as st
|
|
3 |
from pathlib import Path
|
4 |
from utils.load_jsonl import load_data
|
5 |
from utils.code_services import format_code, execute_code
|
6 |
-
from utils.save_to_hf import commit_and_push_changes
|
7 |
|
8 |
DATA_DIR = Path("data/questions")
|
9 |
JSONL_FILE = "output.jsonl"
|
|
|
3 |
from pathlib import Path
|
4 |
from utils.load_jsonl import load_data
|
5 |
from utils.code_services import format_code, execute_code
|
|
|
6 |
|
7 |
DATA_DIR = Path("data/questions")
|
8 |
JSONL_FILE = "output.jsonl"
|