Spaces:
Sleeping
Sleeping
def return_original_exam_result(exam_result_original):
Browse files
app.py
CHANGED
@@ -1033,8 +1033,7 @@ def generate_exam_fine_tune_result(password, exam_result_prompt , df_string_outp
|
|
1033 |
ai_content = material.send_ai_request(OPEN_AI_CLIENT, request_payload)
|
1034 |
return ai_content
|
1035 |
|
1036 |
-
def return_original_exam_result(
|
1037 |
-
verify_password(password)
|
1038 |
return exam_result_original
|
1039 |
|
1040 |
def create_word(content):
|
|
|
1033 |
ai_content = material.send_ai_request(OPEN_AI_CLIENT, request_payload)
|
1034 |
return ai_content
|
1035 |
|
1036 |
+
def return_original_exam_result(exam_result_original):
|
|
|
1037 |
return exam_result_original
|
1038 |
|
1039 |
def create_word(content):
|