Spaces:
Runtime error
Runtime error
fuhsiao418
commited on
Commit
·
b60a109
1
Parent(s):
f321fd2
update
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def main(file, ext_threshold, article_type):
|
|
23 |
|
24 |
result = ''
|
25 |
for key, sec in zip(['I','M','R','D'], ['Introduction', 'Methods', 'Results', 'Discussion/Conclusion']):
|
26 |
-
result += f"{sec}\n{abstr[key]}\n"
|
27 |
|
28 |
return result
|
29 |
|
|
|
23 |
|
24 |
result = ''
|
25 |
for key, sec in zip(['I','M','R','D'], ['Introduction', 'Methods', 'Results', 'Discussion/Conclusion']):
|
26 |
+
result += f"{sec}\n\n{abstr[key]}\n"
|
27 |
|
28 |
return result
|
29 |
|