Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,6 +90,7 @@ def main():
|
|
90 |
- A score closer to 0 indicates factual information.
|
91 |
""")
|
92 |
|
|
|
93 |
# User input for YouTube video URL
|
94 |
video_url = st.text_input("Enter YouTube Video URL:", "")
|
95 |
|
|
|
90 |
- A score closer to 0 indicates factual information.
|
91 |
""")
|
92 |
|
93 |
+
|
94 |
# User input for YouTube video URL
|
95 |
video_url = st.text_input("Enter YouTube Video URL:", "")
|
96 |
|