Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ll7098ll/activities
ll7098ll
/
gamification
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ll7098ll
commited on
Aug 27, 2024
Commit
3b978dd
·
verified
·
1 Parent(s):
3b4323a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -64,7 +64,7 @@ def generate_curriculum(topic):
64
65
prompt = [
66
SYSTEM_PROMPT,
67
-
f"**활동
컨셉
:** {
achievement_standard
}",
68
"**활동:**",
69
]
70
64
65
prompt = [
66
SYSTEM_PROMPT,
67
+
f"**활동
주제
:** {
topic
}",
68
"**활동:**",
69
]
70