Update pages/3_Add_Questions.py
Browse files- pages/3_Add_Questions.py +0 -1
pages/3_Add_Questions.py
CHANGED
@@ -2,7 +2,6 @@ import streamlit as st
|
|
2 |
import json
|
3 |
from pathlib import Path
|
4 |
from utils.code_services import format_code, execute_code
|
5 |
-
from utils.save_to_hf import commit_and_push_changes
|
6 |
|
7 |
QUESTIONS_DIR = Path("data/questions")
|
8 |
QUESTIONS_DIR.mkdir(parents=True, exist_ok=True)
|
|
|
2 |
import json
|
3 |
from pathlib import Path
|
4 |
from utils.code_services import format_code, execute_code
|
|
|
5 |
|
6 |
QUESTIONS_DIR = Path("data/questions")
|
7 |
QUESTIONS_DIR.mkdir(parents=True, exist_ok=True)
|