Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ with st.sidebar:
|
|
43 |
|
44 |
|
45 |
**How to Use**
|
46 |
-
This app works with
|
47 |
|
48 |
|
49 |
**Usage Limits**
|
@@ -63,7 +63,7 @@ with st.sidebar:
|
|
63 |
|
64 |
|
65 |
**File Handling and Errors**
|
66 |
-
|
67 |
|
68 |
|
69 |
|
@@ -113,7 +113,7 @@ if st.button("Sentiment Analysis", type="secondary"):
|
|
113 |
body.send_keys(Keys.END)
|
114 |
placeholder.text(f"Scrolled {item + 1} times")
|
115 |
progress_bar.progress((item + 1) / 150)
|
116 |
-
time.sleep(
|
117 |
except Exception as e:
|
118 |
st.error(f"Exception during scrolling: {e}")
|
119 |
break
|
|
|
43 |
|
44 |
|
45 |
**How to Use**
|
46 |
+
This app works with a YouTube URL. Paste the URL and press the 'Sentiment Analysis' button to perform sentiment analysis on your YouTube Comments.
|
47 |
|
48 |
|
49 |
**Usage Limits**
|
|
|
63 |
|
64 |
|
65 |
**File Handling and Errors**
|
66 |
+
For any errors or inquiries, please contact us at [email protected]
|
67 |
|
68 |
|
69 |
|
|
|
113 |
body.send_keys(Keys.END)
|
114 |
placeholder.text(f"Scrolled {item + 1} times")
|
115 |
progress_bar.progress((item + 1) / 150)
|
116 |
+
time.sleep(0.5)
|
117 |
except Exception as e:
|
118 |
st.error(f"Exception during scrolling: {e}")
|
119 |
break
|