Spaces:
Running
Running
app fixes
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ def main():
|
|
127 |
|
128 |
if abstract is None:
|
129 |
text = title
|
130 |
-
elif
|
131 |
text = abstract
|
132 |
else:
|
133 |
text = f"{title}\n\n{abstract}"
|
|
|
127 |
|
128 |
if abstract is None:
|
129 |
text = title
|
130 |
+
elif title is None:
|
131 |
text = abstract
|
132 |
else:
|
133 |
text = f"{title}\n\n{abstract}"
|