Spaces:
Runtime error
Runtime error
wira.indra
commited on
Commit
·
d990ea1
1
Parent(s):
660b172
add twitter feature
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ if __name__ == "__main__":
|
|
72 |
with gr.Row():
|
73 |
with gr.Column():
|
74 |
input_text = gr.Textbox(label="Input Text")
|
75 |
-
examples_bar = gr.Examples(examples)
|
76 |
analyze_button = gr.Button(label="Analyze")
|
77 |
with gr.Column():
|
78 |
sent_output = gr.Label(label="Sentiment Analysis")
|
|
|
72 |
with gr.Row():
|
73 |
with gr.Column():
|
74 |
input_text = gr.Textbox(label="Input Text")
|
75 |
+
examples_bar = gr.Examples(examples=examples, inputs=input_text)
|
76 |
analyze_button = gr.Button(label="Analyze")
|
77 |
with gr.Column():
|
78 |
sent_output = gr.Label(label="Sentiment Analysis")
|