Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def main():
|
|
130 |
|
131 |
|
132 |
if url:
|
133 |
-
|
134 |
|
135 |
# 결과 표시
|
136 |
st.subheader("기사 제목")
|
|
|
130 |
|
131 |
|
132 |
if url:
|
133 |
+
title, content, comments = get_comments(url)
|
134 |
|
135 |
# 결과 표시
|
136 |
st.subheader("기사 제목")
|