MAli7319 commited on
Commit
d68f0cd
·
1 Parent(s): 39d168a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,6 +82,6 @@ with gr.Blocks() as demo:
82
  posscore = gr.Number(label="Positivity Score")
83
  compscore = gr.Number(label="Compound Score")
84
  rating = gr.Number(label="Generated Rating from Your Comment")
85
- button.click(fn=take_input, inputs="text", outputs=[negscore, neuscore, posscore, compscore, rating])
86
 
87
  demo.launch()
 
82
  posscore = gr.Number(label="Positivity Score")
83
  compscore = gr.Number(label="Compound Score")
84
  rating = gr.Number(label="Generated Rating from Your Comment")
85
+ button.click(fn=take_input, inputs=placeholder_1, outputs=[negscore, neuscore, posscore, compscore, rating])
86
 
87
  demo.launch()