Spaces:
Runtime error
Runtime error
SujanMidatani
commited on
Commit
•
503c20d
1
Parent(s):
9dafcb0
Update app.py
Browse files
app.py
CHANGED
@@ -60,4 +60,4 @@ def get_shape(csv_file,resume_summary,role,experience):
|
|
60 |
k.dropna()
|
61 |
l=finalGradingPrompt(resume_summary=resume_summary,role=role,exp=experience,ires=k)
|
62 |
return l
|
63 |
-
gr.Interface(fn=get_shape, inputs=['file','
|
|
|
60 |
k.dropna()
|
61 |
l=finalGradingPrompt(resume_summary=resume_summary,role=role,exp=experience,ires=k)
|
62 |
return l
|
63 |
+
gr.Interface(fn=get_shape, inputs=['file','text','text','text'], outputs='text').launch()
|