riccorl commited on
Commit
11ecae5
1 Parent(s): 90df053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -238,11 +238,11 @@ def run_client():
238
  with st.container():
239
  st.write(display, unsafe_allow_html=True)
240
 
241
- st.markdown("####")
242
- st.markdown("#### Relation Extraction")
243
 
244
- with st.container():
245
- st.write("Coming :)", unsafe_allow_html=True)
246
 
247
  else:
248
  st.error("Please enter some text.")
 
238
  with st.container():
239
  st.write(display, unsafe_allow_html=True)
240
 
241
+ # st.markdown("####")
242
+ # st.markdown("#### Relation Extraction")
243
 
244
+ # with st.container():
245
+ # st.write("Coming :)", unsafe_allow_html=True)
246
 
247
  else:
248
  st.error("Please enter some text.")