bvd757 commited on
Commit
3b060e5
·
1 Parent(s): 6deef2b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def main():
127
 
128
  if abstract is None:
129
  text = title
130
- elif text is None:
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}"