Spaces:
Running
Running
Update sentences.py
Browse files- sentences.py +2 -2
sentences.py
CHANGED
@@ -82,10 +82,10 @@ def generate_sentences(words, source, use_ai, model_name):
|
|
82 |
<strong>句子:</strong> {sentence} <br>
|
83 |
<strong>來源:</strong> {source_used} {f"({model_used})" if model_used else ""}
|
84 |
</div>
|
85 |
-
"""
|
86 |
-
|
87 |
"""
|
88 |
|
|
|
|
|
89 |
current_status = "✅ 所有單字處理完成!"
|
90 |
|
91 |
return result_display, current_status
|
|
|
82 |
<strong>句子:</strong> {sentence} <br>
|
83 |
<strong>來源:</strong> {source_used} {f"({model_used})" if model_used else ""}
|
84 |
</div>
|
|
|
|
|
85 |
"""
|
86 |
|
87 |
+
|
88 |
+
|
89 |
current_status = "✅ 所有單字處理完成!"
|
90 |
|
91 |
return result_display, current_status
|