Spaces:
Sleeping
Sleeping
Add demo video to app.py
Browse files
app.py
CHANGED
@@ -423,6 +423,11 @@ def ask_gpt_python(df_info, key):
|
|
423 |
|
424 |
|
425 |
if __name__ == "__main__":
|
|
|
|
|
|
|
|
|
|
|
426 |
show_examples = docs()
|
427 |
if show_examples:
|
428 |
display_example_snippets()
|
|
|
423 |
|
424 |
|
425 |
if __name__ == "__main__":
|
426 |
+
|
427 |
+
with st.expander("DEMO"):
|
428 |
+
video_url = 'https://user-images.githubusercontent.com/3298308/233874256-469f1a39-e5c9-4add-9251-86ede0258155.mov'
|
429 |
+
st.video(video_url)
|
430 |
+
|
431 |
show_examples = docs()
|
432 |
if show_examples:
|
433 |
display_example_snippets()
|