robertselvam commited on
Commit
95f5d7e
·
1 Parent(s): 7fd5051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -624,9 +624,9 @@ class JobPotral:
624
  split_reviews_top_5_btn = gr.Button("Split TOP 5 Reviews ")
625
 
626
  with gr.Row(elem_id="col-container"):
627
- suggested_reviews = gr.Textbox(label="Suggested Reviews", lines=6)
628
- postive_reviews =gr.Textbox(label="Positive Reviews", lines=6)
629
- negative_reviews = gr.Textbox(label="Negative Reviews", lines=6)
630
 
631
  with gr.Row(elem_id="col-container"):
632
  sentiment_graph_btn = gr.Button("Sentiment Graph")
 
624
  split_reviews_top_5_btn = gr.Button("Split TOP 5 Reviews ")
625
 
626
  with gr.Row(elem_id="col-container"):
627
+ suggested_reviews = gr.Textbox(label="Suggested Reviews", lines=10)
628
+ postive_reviews =gr.Textbox(label="Positive Reviews", lines=10)
629
+ negative_reviews = gr.Textbox(label="Negative Reviews", lines=10)
630
 
631
  with gr.Row(elem_id="col-container"):
632
  sentiment_graph_btn = gr.Button("Sentiment Graph")