Spaces:
Runtime error
Runtime error
Update npc_data.py
Browse files- npc_data.py +1 -1
npc_data.py
CHANGED
@@ -7,7 +7,7 @@ def system_message(npc):
|
|
7 |
"""
|
8 |
return s
|
9 |
|
10 |
-
def get_story(npc)
|
11 |
|
12 |
story = {
|
13 |
"์ฌ๋ผ์" : """
|
|
|
7 |
"""
|
8 |
return s
|
9 |
|
10 |
+
def get_story(npc):
|
11 |
|
12 |
story = {
|
13 |
"์ฌ๋ผ์" : """
|