Spaces:
Runtime error
Runtime error
Update comment_analyzer.py
Browse files- comment_analyzer.py +1 -1
comment_analyzer.py
CHANGED
@@ -62,8 +62,8 @@ with gr.Blocks() as demo:
|
|
62 |
button = gr.Button("What is the Rating I Have Given? Click me to Learn")
|
63 |
|
64 |
gr.Markdown("#### Sentiment Scores of Your Comment")
|
65 |
-
rating = gr.Number(label="Generated Rating from Your Comment").style(container=True)
|
66 |
with gr.Row():
|
|
|
67 |
negscore = gr.Number(label="Negativity Score")
|
68 |
neuscore = gr.Number(label="Neutrality Score")
|
69 |
posscore = gr.Number(label="Positivity Score")
|
|
|
62 |
button = gr.Button("What is the Rating I Have Given? Click me to Learn")
|
63 |
|
64 |
gr.Markdown("#### Sentiment Scores of Your Comment")
|
|
|
65 |
with gr.Row():
|
66 |
+
rating = gr.Number(label="Generated Rating from Your Comment")
|
67 |
negscore = gr.Number(label="Negativity Score")
|
68 |
neuscore = gr.Number(label="Neutrality Score")
|
69 |
posscore = gr.Number(label="Positivity Score")
|