Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,8 @@ def get_top_labels(results, top_n=2):
|
|
152 |
|
153 |
st.title("Relation Extraction App")
|
154 |
|
155 |
-
st.sidebar.title("Identified relation labels
|
|
|
156 |
|
157 |
text = st.text_area(
|
158 |
"Enter your text here:",
|
|
|
152 |
|
153 |
st.title("Relation Extraction App")
|
154 |
|
155 |
+
st.sidebar.title("Identified relation labels")
|
156 |
+
st.sidebar.write("Choose one:")
|
157 |
|
158 |
text = st.text_area(
|
159 |
"Enter your text here:",
|