Update app.py
Browse files
app.py
CHANGED
@@ -36,5 +36,5 @@ def get_sustainability(text):
|
|
36 |
#b6.click(get_sustainability, inputs = text, outputs = gr.HighlightedText())
|
37 |
|
38 |
|
39 |
-
iface = gr.Interface(fn=get_sustainability, inputs="textbox", title="CONBERT",description="SUSTAINABILITY TOOL", outputs=
|
40 |
iface.launch()
|
|
|
36 |
#b6.click(get_sustainability, inputs = text, outputs = gr.HighlightedText())
|
37 |
|
38 |
|
39 |
+
iface = gr.Interface(fn=get_sustainability, inputs="textbox", title="CONBERT",description="SUSTAINABILITY TOOL", outputs=gr.HighlightedText(), allow_flagging="never")
|
40 |
iface.launch()
|