Update app.py
Browse files
app.py
CHANGED
@@ -33,5 +33,5 @@ def get_sustainability(text):
|
|
33 |
#b6.click(get_sustainability, inputs = text, outputs = gr.HighlightedText())
|
34 |
|
35 |
|
36 |
-
iface = gr.Interface(fn=get_sustainability, inputs=gr.inputs.Textbox(lines=5, placeholder="Enter Financial Text here..."), title="CONBERT",description="SUSTAINABILITY TOOL", outputs=
|
37 |
iface.launch()
|
|
|
33 |
#b6.click(get_sustainability, inputs = text, outputs = gr.HighlightedText())
|
34 |
|
35 |
|
36 |
+
iface = gr.Interface(fn=get_sustainability, inputs=gr.inputs.Textbox(lines=5, placeholder="Enter Financial Text here..."), title="CONBERT",description="SUSTAINABILITY TOOL", outputs=['highlight'], allow_flagging="never")
|
37 |
iface.launch()
|