Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def ner(
|
|
121 |
}
|
122 |
|
123 |
|
124 |
-
with gr.Blocks(title="
|
125 |
|
126 |
input_text = gr.Textbox(
|
127 |
value=examples[0][0], label="Text input", placeholder="Enter your text here"
|
|
|
121 |
}
|
122 |
|
123 |
|
124 |
+
with gr.Blocks(css="footer{display:none !important}", title="Entity Extraction") as demo:
|
125 |
|
126 |
input_text = gr.Textbox(
|
127 |
value=examples[0][0], label="Text input", placeholder="Enter your text here"
|