Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ def main():
|
|
129 |
url = st.text_input("url을 입력하세요")
|
130 |
|
131 |
|
132 |
-
if
|
133 |
title, content, comments = get_comments(url)
|
134 |
|
135 |
# 결과 표시
|
|
|
129 |
url = st.text_input("url을 입력하세요")
|
130 |
|
131 |
|
132 |
+
if value:
|
133 |
title, content, comments = get_comments(url)
|
134 |
|
135 |
# 결과 표시
|