Spaces:
Runtime error
Runtime error
Michael C
commited on
add generate segments warning
Browse files
app.py
CHANGED
|
@@ -187,6 +187,8 @@ def main():
|
|
| 187 |
json_data = quote(json.dumps(submit_segments))
|
| 188 |
link = f'[Submit Segments](https://www.youtube.com/watch?v={video_id}#segments={json_data})'
|
| 189 |
st.markdown(link, unsafe_allow_html=True)
|
|
|
|
|
|
|
| 190 |
|
| 191 |
|
| 192 |
if __name__ == '__main__':
|
|
|
|
| 187 |
json_data = quote(json.dumps(submit_segments))
|
| 188 |
link = f'[Submit Segments](https://www.youtube.com/watch?v={video_id}#segments={json_data})'
|
| 189 |
st.markdown(link, unsafe_allow_html=True)
|
| 190 |
+
wikiLink = f'[Review generated segments before submitting!](https://wiki.sponsor.ajay.app/w/Automating_Submissions)'
|
| 191 |
+
st.markdown(wikiLink, unsafe_allow_html=True)
|
| 192 |
|
| 193 |
|
| 194 |
if __name__ == '__main__':
|