harshildarji commited on
Commit
2770945
1 Parent(s): 8c86600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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:",