Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -524,24 +524,13 @@ examples = [
|
|
| 524 |
],
|
| 525 |
}
|
| 526 |
],
|
| 527 |
-
|
| 528 |
-
{
|
| 529 |
-
"text": "์ด๋ฏธ์ง์ ์๊ฐ์ ์์์์ ์๊ฐ์ ๋ฐ์ ์๋ฅผ ์์ฑํด์ฃผ์ธ์.",
|
| 530 |
-
"files": ["assets/sample-images/06-1.png", "assets/sample-images/06-2.png"],
|
| 531 |
-
}
|
| 532 |
-
],
|
| 533 |
[
|
| 534 |
{
|
| 535 |
"text": "๋์ผํ ๋ง๋ ๊ทธ๋ํ๋ฅผ ๊ทธ๋ฆฌ๋ matplotlib ์ฝ๋๋ฅผ ์์ฑํด์ฃผ์ธ์.",
|
| 536 |
"files": ["assets/additional-examples/barchart.png"],
|
| 537 |
}
|
| 538 |
],
|
| 539 |
-
[
|
| 540 |
-
{
|
| 541 |
-
"text": "์ด ์ธ๊ณ์์ ์ด๊ณ ์์ ์๋ฌผ๋ค์ ์์ํด์ ๋ฌ์ฌํด์ฃผ์ธ์.",
|
| 542 |
-
"files": ["assets/sample-images/08.png"],
|
| 543 |
-
}
|
| 544 |
-
],
|
| 545 |
[
|
| 546 |
{
|
| 547 |
"text": "์ด๋ฏธ์ง์ ์๋ ํ
์คํธ๋ฅผ ๊ทธ๋๋ก ์ฝ์ด์ ๋งํฌ๋ค์ด ํํ๋ก ์ ์ด์ฃผ์ธ์.",
|
|
@@ -560,6 +549,11 @@ examples = [
|
|
| 560 |
"files": ["assets/sample-images/03.png"],
|
| 561 |
}
|
| 562 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 563 |
]
|
| 564 |
|
| 565 |
|
|
|
|
| 524 |
],
|
| 525 |
}
|
| 526 |
],
|
| 527 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 528 |
[
|
| 529 |
{
|
| 530 |
"text": "๋์ผํ ๋ง๋ ๊ทธ๋ํ๋ฅผ ๊ทธ๋ฆฌ๋ matplotlib ์ฝ๋๋ฅผ ์์ฑํด์ฃผ์ธ์.",
|
| 531 |
"files": ["assets/additional-examples/barchart.png"],
|
| 532 |
}
|
| 533 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 534 |
[
|
| 535 |
{
|
| 536 |
"text": "์ด๋ฏธ์ง์ ์๋ ํ
์คํธ๋ฅผ ๊ทธ๋๋ก ์ฝ์ด์ ๋งํฌ๋ค์ด ํํ๋ก ์ ์ด์ฃผ์ธ์.",
|
|
|
|
| 549 |
"files": ["assets/sample-images/03.png"],
|
| 550 |
}
|
| 551 |
],
|
| 552 |
+
[
|
| 553 |
+
{
|
| 554 |
+
"text": "๋๋ ์น๊ทผํ๊ณ ๋ค์ ํ ์ดํด์ฌ ๋ง์ ์ฌ์์น๊ตฌ ์ญํ ์ด๋ค.",
|
| 555 |
+
}
|
| 556 |
+
],
|
| 557 |
]
|
| 558 |
|
| 559 |
|