Spaces:
Runtime error
Runtime error
Update comment_analyzer.py
Browse files- comment_analyzer.py +2 -1
comment_analyzer.py
CHANGED
@@ -59,7 +59,8 @@ with gr.Blocks() as demo:
|
|
59 |
neuscore = gr.Number(label="Neutrality Score")
|
60 |
posscore = gr.Number(label="Positivity Score")
|
61 |
compscore = gr.Number(label="Compound Score")
|
62 |
-
|
|
|
63 |
gr.Examples(
|
64 |
[["Not really a basic course. Goes too fast and sometimes the explanations aren't clear. The solutions to the exercises are not explained, and should be. Not much better than the other course I started and didn't finish.(3)"],
|
65 |
["Presentation style was bad. Too much detail on the simpler topics, and glossed over some of the more complicated ones.(2)"],
|
|
|
59 |
neuscore = gr.Number(label="Neutrality Score")
|
60 |
posscore = gr.Number(label="Positivity Score")
|
61 |
compscore = gr.Number(label="Compound Score")
|
62 |
+
|
63 |
+
gr.Markdown("Example comments has taken from https://www.udemy.com/course/statistics-for-data-science-and-business-analysis/")
|
64 |
gr.Examples(
|
65 |
[["Not really a basic course. Goes too fast and sometimes the explanations aren't clear. The solutions to the exercises are not explained, and should be. Not much better than the other course I started and didn't finish.(3)"],
|
66 |
["Presentation style was bad. Too much detail on the simpler topics, and glossed over some of the more complicated ones.(2)"],
|