Shredder commited on
Commit
2c4ce5f
1 Parent(s): 2b152f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=['highlight'], allow_flagging="never")
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()