Jan90 commited on
Commit
6e74485
·
verified ·
1 Parent(s): c6158bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def test_area(text):
88
  main_interface = gr.Interface(
89
  fn=evaluate,
90
  inputs=gr.File(label="Reviews"),
91
- outputs=[gr.Textbox(label="Rating"), gr.Textbox(label="Summary"), gr.Textbox(label="Keywords"), gr.Textbox(label="Overall Sentiment")],
92
  title='Summarize Reviews',
93
  description="Evaluate and summarize collection of reviews. Reviews are submitted as an Excel file, where each review is in its own cell."
94
  )
 
88
  main_interface = gr.Interface(
89
  fn=evaluate,
90
  inputs=gr.File(label="Reviews"),
91
+ outputs=[gr.Textbox(label="Overall Rating"), gr.Textbox(label="Summary"), gr.Textbox(label="Keywords"), gr.Textbox(label="Overall Sentiment")],
92
  title='Summarize Reviews',
93
  description="Evaluate and summarize collection of reviews. Reviews are submitted as an Excel file, where each review is in its own cell."
94
  )