Spaces:
Runtime error
Runtime error
itsalissonsilva
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def get_significant_events(year):
|
|
13 |
}
|
14 |
|
15 |
# Construct the instruction in Chinese
|
16 |
-
instruction = f"{year}
|
17 |
|
18 |
data = {
|
19 |
"messages": [
|
|
|
13 |
}
|
14 |
|
15 |
# Construct the instruction in Chinese
|
16 |
+
instruction = f"列出{year}年发生的主要事件"
|
17 |
|
18 |
data = {
|
19 |
"messages": [
|