bestroi commited on
Commit
e0501c3
·
1 Parent(s): 1fc6497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -36,7 +36,6 @@ def save_annotations_as_json(annotated_text, filename):
36
  json.dump(annotated_text, json_file, ensure_ascii=False, indent=4)
37
 
38
  st.title("Annotation Tool")
39
- st.set_page_config(layout="wide")
40
  text = st.text_area("Text")
41
  if st.button("Annotate"):
42
  if text:
 
36
  json.dump(annotated_text, json_file, ensure_ascii=False, indent=4)
37
 
38
  st.title("Annotation Tool")
 
39
  text = st.text_area("Text")
40
  if st.button("Annotate"):
41
  if text: