Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def predict(prompt):
|
|
| 76 |
return message, message_1, message_2
|
| 77 |
|
| 78 |
title = "荀子大戰孟子"
|
| 79 |
-
article = "1. 輸入一個題目,或者點選
|
| 80 |
description = """
|
| 81 |
<img src="https://imgur.com/cqSzLwN.jpg" width="400px">
|
| 82 |
"""
|
|
|
|
| 76 |
return message, message_1, message_2
|
| 77 |
|
| 78 |
title = "荀子大戰孟子"
|
| 79 |
+
article = "1. 輸入一個題目,或者點選上方已準備好的問題\n 2. 持續按下 submit 則回合將不斷迭代\n 3. 輸入新的問題,則回合重置。"
|
| 80 |
description = """
|
| 81 |
<img src="https://imgur.com/cqSzLwN.jpg" width="400px">
|
| 82 |
"""
|