Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ ta_proposal = read_pdf(file_path)
|
|
86 |
file_path = "data/capy_proposal.pdf"
|
87 |
capy_proposal = read_pdf(file_path)
|
88 |
|
89 |
-
file_path = "data/
|
90 |
input = read_pdf(file_path)
|
91 |
|
92 |
# Function to grade the essay using GPT-4
|
|
|
86 |
file_path = "data/capy_proposal.pdf"
|
87 |
capy_proposal = read_pdf(file_path)
|
88 |
|
89 |
+
file_path = "data/mamnon_proposal.pdf"
|
90 |
input = read_pdf(file_path)
|
91 |
|
92 |
# Function to grade the essay using GPT-4
|