duwing commited on
Commit
c607ebe
·
verified ·
1 Parent(s): 57f159f

Update app.py

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