Spaces:
Runtime error
Runtime error
Commit
·
7fd5051
1
Parent(s):
507f418
Update app.py
Browse files
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")
|
628 |
-
postive_reviews =gr.Textbox(label="Positive Reviews")
|
629 |
-
negative_reviews = gr.Textbox(label="Negative Reviews")
|
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=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")
|