Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -115,6 +115,7 @@ def detect_converted_mark(userinput):
|
|
| 115 |
|
| 116 |
|
| 117 |
|
|
|
|
| 118 |
def detect_language(code):
|
| 119 |
if code.startswith("\n"):
|
| 120 |
first_line = ""
|
|
|
|
| 115 |
|
| 116 |
|
| 117 |
|
| 118 |
+
|
| 119 |
def detect_language(code):
|
| 120 |
if code.startswith("\n"):
|
| 121 |
first_line = ""
|