Spaces:
Runtime error
Runtime error
wiraindrak
commited on
Commit
·
455960a
1
Parent(s):
960336c
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ if __name__ == "__main__":
|
|
86 |
|
87 |
gr.Markdown(
|
88 |
"""
|
89 |
-
Creator:
|
90 |
"""
|
91 |
)
|
92 |
with gr.Row():
|
@@ -96,10 +96,10 @@ if __name__ == "__main__":
|
|
96 |
|
97 |
summ_output = gr.Textbox(label="Article Summary")
|
98 |
ner_output = gr.HighlightedText(label="NER Summary")
|
99 |
-
sent_output = gr.
|
100 |
|
101 |
with gr.Column():
|
102 |
-
plot_component = gr.Plot(label="Pie Chart of Sentiments")
|
103 |
ner_all_output = gr.HighlightedText(label="NER Article")
|
104 |
|
105 |
dataframe_component = gr.DataFrame(type="pandas",
|
|
|
86 |
|
87 |
gr.Markdown(
|
88 |
"""
|
89 |
+
Creator: Wira Indra Kusuma
|
90 |
"""
|
91 |
)
|
92 |
with gr.Row():
|
|
|
96 |
|
97 |
summ_output = gr.Textbox(label="Article Summary")
|
98 |
ner_output = gr.HighlightedText(label="NER Summary")
|
99 |
+
sent_output = gr.Label(label="Sentiment Summary")
|
100 |
|
101 |
with gr.Column():
|
102 |
+
plot_component = gr.Plot(label="Pie Chart of Sentiments of Article")
|
103 |
ner_all_output = gr.HighlightedText(label="NER Article")
|
104 |
|
105 |
dataframe_component = gr.DataFrame(type="pandas",
|