Spaces:
Runtime error
Runtime error
SujanMidatani
commited on
Commit
•
ba14e50
1
Parent(s):
eaed141
app.py
CHANGED
@@ -58,6 +58,6 @@ def get_shape(csv_file,resume_summary,role,experience):
|
|
58 |
with open(csv_file.name, "r") as f:
|
59 |
k=pd.read_csv(f)
|
60 |
k.dropna()
|
61 |
-
l=finalGradingPrompt(resume_summary=resume_summary,role=role,exp=experience,ires=
|
62 |
return l
|
63 |
gr.Interface(fn=get_shape, inputs=['file','text','text','text'], outputs='text').launch()
|
|
|
58 |
with open(csv_file.name, "r") as f:
|
59 |
k=pd.read_csv(f)
|
60 |
k.dropna()
|
61 |
+
l=finalGradingPrompt(resume_summary=resume_summary,role=role,exp=experience,ires=csv_file)
|
62 |
return l
|
63 |
gr.Interface(fn=get_shape, inputs=['file','text','text','text'], outputs='text').launch()
|