awacke1 commited on
Commit
5f27703
β€’
1 Parent(s): 387d633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def CompressXML(xml_text):
45
  if isinstance(elem.tag, str) and 'Comment' in elem.tag:
46
  elem.parent.remove(elem)
47
  #return ET.tostring(root, encoding='unicode', method="xml")
48
- return ET.tostring(root, encoding='unicode', method="xml")[:8000]
49
 
50
 
51
  def read_file_content(file):
 
45
  if isinstance(elem.tag, str) and 'Comment' in elem.tag:
46
  elem.parent.remove(elem)
47
  #return ET.tostring(root, encoding='unicode', method="xml")
48
+ return ET.tostring(root, encoding='unicode', method="xml")[:16000]
49
 
50
 
51
  def read_file_content(file):