Update app.py
Browse files
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 |
|