Spaces:
Running
Running
pragnakalp
commited on
Commit
•
3e6975a
1
Parent(s):
f4c86b6
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ def save_data_and_sendmail(article,output):
|
|
191 |
return "Error while sending mail" + str(e)
|
192 |
|
193 |
input=gr.Textbox(lines=3, value=input_value, label="Input Text")
|
194 |
-
output = [gr.Dataframe(row_count = (2, "dynamic"), col_count=(2, "fixed"), headers=["Entities Found","Entity Types"], lable="Here is the result"
|
195 |
# with gr.Blocks(css=".gradio-container {background-color: lightgray}") as demo:
|
196 |
# gr.Markdown("<h1 style='text-align: center;'>"+ "Named Entity Recognition Using BERT" + "</h1><br/><br/>")
|
197 |
# with gr.Row():
|
|
|
191 |
return "Error while sending mail" + str(e)
|
192 |
|
193 |
input=gr.Textbox(lines=3, value=input_value, label="Input Text")
|
194 |
+
output = [gr.Dataframe(row_count = (2, "dynamic"), col_count=(2, "fixed"), headers=["Entities Found","Entity Types"], lable="Here is the result",wrap=True)]
|
195 |
# with gr.Blocks(css=".gradio-container {background-color: lightgray}") as demo:
|
196 |
# gr.Markdown("<h1 style='text-align: center;'>"+ "Named Entity Recognition Using BERT" + "</h1><br/><br/>")
|
197 |
# with gr.Row():
|