Spaces:
Runtime error
Runtime error
Joshua Lochner
commited on
Commit
•
fc2e81f
1
Parent(s):
b814da5
Add compatibility for streamlit v1.0
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def main():
|
|
84 |
st.write('##### Automatically detect in-video YouTube sponsorships, self/unpaid promotions, and interaction reminders.')
|
85 |
|
86 |
# Load widgets
|
87 |
-
video_id = st.text_input('Video ID:', placeholder='e.g., axtQvkSpoto'
|
88 |
|
89 |
categories = st.multiselect('Categories:',
|
90 |
CATGEGORY_OPTIONS.keys(),
|
|
|
84 |
st.write('##### Automatically detect in-video YouTube sponsorships, self/unpaid promotions, and interaction reminders.')
|
85 |
|
86 |
# Load widgets
|
87 |
+
video_id = st.text_input('Video ID:') # , placeholder='e.g., axtQvkSpoto'
|
88 |
|
89 |
categories = st.multiselect('Categories:',
|
90 |
CATGEGORY_OPTIONS.keys(),
|