Spaces:
Running
Running
pragnakalp
commited on
Commit
•
371ed07
1
Parent(s):
9ccd2e4
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(css = ".gradio-container {background-color: lightgray}") as demo:
|
|
133 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>"
|
134 |
+ "Named Entity Recognition Using BERT"
|
135 |
+ "</h1>")
|
136 |
-
with gr.Row():
|
137 |
with gr.Column():
|
138 |
input=gr.Textbox(lines=5, value=input_value, label="Input Text", elem_id="inp_div")
|
139 |
sub_btn = gr.Button("Submit")
|
|
|
133 |
gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>"
|
134 |
+ "Named Entity Recognition Using BERT"
|
135 |
+ "</h1>")
|
136 |
+
with gr.Row():
|
137 |
with gr.Column():
|
138 |
input=gr.Textbox(lines=5, value=input_value, label="Input Text", elem_id="inp_div")
|
139 |
sub_btn = gr.Button("Submit")
|