Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def main():
|
|
| 14 |
openai_api_key = st.sidebar.text_input("Enter your OpenAI API key", type="password")
|
| 15 |
|
| 16 |
# Embed YouTube video in the sidebar
|
| 17 |
-
st.sidebar.video("https://youtu.be/
|
| 18 |
|
| 19 |
if uploaded_file is not None and openai_api_key:
|
| 20 |
# Save the uploaded PDF to a temporary file
|
|
|
|
| 14 |
openai_api_key = st.sidebar.text_input("Enter your OpenAI API key", type="password")
|
| 15 |
|
| 16 |
# Embed YouTube video in the sidebar
|
| 17 |
+
st.sidebar.video("https://youtu.be/CfMcw4OTLCQ")
|
| 18 |
|
| 19 |
if uploaded_file is not None and openai_api_key:
|
| 20 |
# Save the uploaded PDF to a temporary file
|