awacke1 commited on
Commit
207e5ca
โ€ข
1 Parent(s): b688118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -84,6 +84,8 @@ def SpeechSynthesis(result):
84
  components.html(documentHTML5, width=1280, height=300)
85
 
86
  def parse_to_markdown(text):
 
 
87
  # Split text into fields by | character
88
  fields = text.split("|")
89
 
 
84
  components.html(documentHTML5, width=1280, height=300)
85
 
86
  def parse_to_markdown(text):
87
+ return text
88
+
89
  # Split text into fields by | character
90
  fields = text.split("|")
91