Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,4 +133,5 @@ if st.button("Interpret Text"):
|
|
133 |
components.v1.html(
|
134 |
cls_explainer.visualize()._repr_html_(), scrolling=True, height=350
|
135 |
)
|
136 |
-
print ("end of stuff")
|
|
|
|
133 |
components.v1.html(
|
134 |
cls_explainer.visualize()._repr_html_(), scrolling=True, height=350
|
135 |
)
|
136 |
+
print ("end of stuff")
|
137 |
+
print ("end of total file")
|