duwing commited on
Commit
4f2bcd0
·
verified ·
1 Parent(s): 6ad7f19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -128,9 +128,9 @@ def main():
128
  else:
129
  url = st.text_input("url을 입력하세요")
130
 
131
- if url:
132
- title, content, comments = get_comments(url)
133
-
134
 
135
  # 결과 표시
136
  st.subheader("기사 제목")
 
128
  else:
129
  url = st.text_input("url을 입력하세요")
130
 
131
+
132
+ if url:
133
+ title, content, comments = get_comments(url)
134
 
135
  # 결과 표시
136
  st.subheader("기사 제목")