Update file_utils.py
Browse files- file_utils.py +0 -7
file_utils.py
CHANGED
|
@@ -1,12 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import os
|
| 3 |
-
from file_utils import (
|
| 4 |
-
extract_text_from_file,
|
| 5 |
-
generate_summary,
|
| 6 |
-
generate_flashcards,
|
| 7 |
-
generate_quiz,
|
| 8 |
-
answer_question
|
| 9 |
-
)
|
| 10 |
|
| 11 |
|
| 12 |
def file_dashboard():
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import os
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
|
| 5 |
def file_dashboard():
|