pragnakalp
commited on
Commit
·
e5c06ce
1
Parent(s):
36278b6
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def huggingface_result_page(paragraph):
|
|
82 |
}
|
83 |
print("LENGTH of results ====> ",str(len(results)))
|
84 |
print("LENGTH of sen_list ====> ",str(len(temp_result_dict)))
|
85 |
-
|
86 |
return pd.DataFrame(result)
|
87 |
else:
|
88 |
raise gr.Error("Please enter text in inputbox!!!!")
|
|
|
82 |
}
|
83 |
print("LENGTH of results ====> ",str(len(results)))
|
84 |
print("LENGTH of sen_list ====> ",str(len(temp_result_dict)))
|
85 |
+
|
86 |
return pd.DataFrame(result)
|
87 |
else:
|
88 |
raise gr.Error("Please enter text in inputbox!!!!")
|