Skip to content

Commit a6d7634

Browse files
committed
히어로 미리보기 코드 폭 조정
1 parent b418ad0 commit a6d7634

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

landing/src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ function HomePage() {
443443
<strong>preview</strong>
444444
</div>
445445
<pre>{`import pandas as pd
446-
df = pd.read_csv("expenses.csv")
447-
summary = df.groupby("category").sum()`}</pre>
446+
df = pd.read_csv("spend.csv")
447+
report = df.groupby("week").sum()`}</pre>
448448
<div className="runResult">실행 가능 / 검증 가능 / 태스크 승격 가능</div>
449449
</div>
450450
</div>

0 commit comments

Comments
 (0)