add description
Browse files
app.py
CHANGED
@@ -280,6 +280,8 @@ def build_demo(df):
|
|
280 |
gr.Markdown(
|
281 |
"""
|
282 |
# Skill Mix Browsing
|
|
|
|
|
283 |
"""
|
284 |
)
|
285 |
|
|
|
280 |
gr.Markdown(
|
281 |
"""
|
282 |
# Skill Mix Browsing
|
283 |
+
|
284 |
+
Samples are generated with 10% of the full set of skills and topics. Grading by LLaMA-2 will be released soon.
|
285 |
"""
|
286 |
)
|
287 |
|