Spaces:
Runtime error
Runtime error
Commit
·
d008982
1
Parent(s):
1d228e3
Update app.py
Browse files
app.py
CHANGED
@@ -108,5 +108,5 @@ if __name__ == "__main__":
|
|
108 |
wrap=True)
|
109 |
|
110 |
|
111 |
-
analyze_button.click(run, inputs=input_text, outputs=[summ_output, sent_output, ner_output])
|
112 |
demo.launch()
|
|
|
108 |
wrap=True)
|
109 |
|
110 |
|
111 |
+
analyze_button.click(run, inputs=input_text, outputs=[summ_output, sent_output, ner_output, dataframe_component ])
|
112 |
demo.launch()
|