Spaces:
Runtime error
Runtime error
wangrongsheng
commited on
Commit
β’
0551f48
1
Parent(s):
2864074
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def process(key, choice, artitle, trans):
|
|
23 |
]
|
24 |
)
|
25 |
results.append(completion.choices[0].message)
|
26 |
-
|
27 |
m_artitle = artitle.split('\n')
|
28 |
for i in range(len(m_artitle)):
|
29 |
if trans=='bib':
|
|
|
23 |
]
|
24 |
)
|
25 |
results.append(completion.choices[0].message)
|
26 |
+
if choice=='ζΉιηζ':
|
27 |
m_artitle = artitle.split('\n')
|
28 |
for i in range(len(m_artitle)):
|
29 |
if trans=='bib':
|