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=
|
| 37 |
iface.launch()
|
|
|
|
| 33 |
#b6.click(get_sustainability, inputs = text, outputs = gr.HighlightedText())
|
| 34 |
|
| 35 |
|
| 36 |
+
iface = gr.Interface(fn=get_sustainability, inputs="textbox", title="CONBERT",description="SUSTAINABILITY TOOL", outputs="textbox", allow_flagging="never")
|
| 37 |
iface.launch()
|