Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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.")
|