MartinT commited on
Commit
e5af6ea
1 Parent(s): ffad489

chore: Update examples to match the latest Wave.

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. examples/.DS_Store +0 -0
  2. examples/.python-version +0 -1
  3. examples/__pycache__/__init__.cpython-37.pyc +0 -0
  4. examples/__pycache__/__init__.cpython-39.pyc +0 -0
  5. examples/__pycache__/audio_annotator.cpython-39.pyc +0 -0
  6. examples/__pycache__/button.cpython-39.pyc +0 -0
  7. examples/__pycache__/chatbot.cpython-38.pyc +0 -0
  8. examples/__pycache__/chatbot.cpython-39.pyc +0 -0
  9. examples/__pycache__/chatbot_stream.cpython-39.pyc +0 -0
  10. examples/__pycache__/choice_group.cpython-39.pyc +0 -0
  11. examples/__pycache__/color_picker.cpython-39.pyc +0 -0
  12. examples/__pycache__/combobox.cpython-37.pyc +0 -0
  13. examples/__pycache__/combobox.cpython-39.pyc +0 -0
  14. examples/__pycache__/copyable_text.cpython-39.pyc +0 -0
  15. examples/__pycache__/counter_broadcast.cpython-39.pyc +0 -0
  16. examples/__pycache__/counter_multicast.cpython-39.pyc +0 -0
  17. examples/__pycache__/counter_unicast.cpython-39.pyc +0 -0
  18. examples/__pycache__/demo.cpython-39.pyc +0 -0
  19. examples/__pycache__/dropdown.cpython-37.pyc +0 -0
  20. examples/__pycache__/dropdown.cpython-39.pyc +0 -0
  21. examples/__pycache__/file_stream.cpython-39.pyc +0 -0
  22. examples/__pycache__/file_upload.cpython-37.pyc +0 -0
  23. examples/__pycache__/file_upload.cpython-39.pyc +0 -0
  24. examples/__pycache__/file_upload_compact.cpython-39.pyc +0 -0
  25. examples/__pycache__/form_menu.cpython-39.pyc +0 -0
  26. examples/__pycache__/form_visibility.cpython-39.pyc +0 -0
  27. examples/__pycache__/graphics_path.cpython-39.pyc +0 -0
  28. examples/__pycache__/hash_routing.cpython-39.pyc +0 -0
  29. examples/__pycache__/header.cpython-39.pyc +0 -0
  30. examples/__pycache__/http_client.cpython-39.pyc +0 -0
  31. examples/__pycache__/image_annotator.cpython-37.pyc +0 -0
  32. examples/__pycache__/image_annotator.cpython-39.pyc +0 -0
  33. examples/__pycache__/image_popup.cpython-39.pyc +0 -0
  34. examples/__pycache__/inline.cpython-39.pyc +0 -0
  35. examples/__pycache__/issue_tracker.cpython-39.pyc +0 -0
  36. examples/__pycache__/link.cpython-39.pyc +0 -0
  37. examples/__pycache__/markdown_submit_text.cpython-39.pyc +0 -0
  38. examples/__pycache__/menu.cpython-37.pyc +0 -0
  39. examples/__pycache__/menu.cpython-39.pyc +0 -0
  40. examples/__pycache__/meta_dialog.cpython-39.pyc +0 -0
  41. examples/__pycache__/meta_dialog_closable.cpython-39.pyc +0 -0
  42. examples/__pycache__/meta_notification_bar.cpython-39.pyc +0 -0
  43. examples/__pycache__/meta_notification_bar_closable.cpython-39.pyc +0 -0
  44. examples/__pycache__/meta_theme.cpython-39.pyc +0 -0
  45. examples/__pycache__/nav.cpython-39.pyc +0 -0
  46. examples/__pycache__/persona.cpython-39.pyc +0 -0
  47. examples/__pycache__/plot_app.cpython-39.pyc +0 -0
  48. examples/__pycache__/plot_events.cpython-39.pyc +0 -0
  49. examples/__pycache__/plot_form.cpython-39.pyc +0 -0
  50. examples/__pycache__/plot_line.cpython-39.pyc +0 -0
examples/.DS_Store DELETED
Binary file (6.15 kB)
 
examples/.python-version DELETED
@@ -1 +0,0 @@
1
- 3.8.10
 
 
examples/__pycache__/__init__.cpython-37.pyc DELETED
Binary file (163 Bytes)
 
examples/__pycache__/__init__.cpython-39.pyc DELETED
Binary file (171 Bytes)
 
examples/__pycache__/audio_annotator.cpython-39.pyc DELETED
Binary file (1.19 kB)
 
examples/__pycache__/button.cpython-39.pyc DELETED
Binary file (2.47 kB)
 
examples/__pycache__/chatbot.cpython-38.pyc DELETED
Binary file (828 Bytes)
 
examples/__pycache__/chatbot.cpython-39.pyc DELETED
Binary file (828 Bytes)
 
examples/__pycache__/chatbot_stream.cpython-39.pyc DELETED
Binary file (1.14 kB)
 
examples/__pycache__/choice_group.cpython-39.pyc DELETED
Binary file (999 Bytes)
 
examples/__pycache__/color_picker.cpython-39.pyc DELETED
Binary file (748 Bytes)
 
examples/__pycache__/combobox.cpython-37.pyc DELETED
Binary file (1.33 kB)
 
examples/__pycache__/combobox.cpython-39.pyc DELETED
Binary file (1.41 kB)
 
examples/__pycache__/copyable_text.cpython-39.pyc DELETED
Binary file (860 Bytes)
 
examples/__pycache__/counter_broadcast.cpython-39.pyc DELETED
Binary file (726 Bytes)
 
examples/__pycache__/counter_multicast.cpython-39.pyc DELETED
Binary file (727 Bytes)
 
examples/__pycache__/counter_unicast.cpython-39.pyc DELETED
Binary file (682 Bytes)
 
examples/__pycache__/demo.cpython-39.pyc DELETED
Binary file (1.93 kB)
 
examples/__pycache__/dropdown.cpython-37.pyc DELETED
Binary file (1.73 kB)
 
examples/__pycache__/dropdown.cpython-39.pyc DELETED
Binary file (1.44 kB)
 
examples/__pycache__/file_stream.cpython-39.pyc DELETED
Binary file (1.65 kB)
 
examples/__pycache__/file_upload.cpython-37.pyc DELETED
Binary file (691 Bytes)
 
examples/__pycache__/file_upload.cpython-39.pyc DELETED
Binary file (779 Bytes)
 
examples/__pycache__/file_upload_compact.cpython-39.pyc DELETED
Binary file (923 Bytes)
 
examples/__pycache__/form_menu.cpython-39.pyc DELETED
Binary file (1.56 kB)
 
examples/__pycache__/form_visibility.cpython-39.pyc DELETED
Binary file (1.23 kB)
 
examples/__pycache__/graphics_path.cpython-39.pyc DELETED
Binary file (1.54 kB)
 
examples/__pycache__/hash_routing.cpython-39.pyc DELETED
Binary file (988 Bytes)
 
examples/__pycache__/header.cpython-39.pyc DELETED
Binary file (662 Bytes)
 
examples/__pycache__/http_client.cpython-39.pyc DELETED
Binary file (876 Bytes)
 
examples/__pycache__/image_annotator.cpython-37.pyc DELETED
Binary file (1.05 kB)
 
examples/__pycache__/image_annotator.cpython-39.pyc DELETED
Binary file (1.34 kB)
 
examples/__pycache__/image_popup.cpython-39.pyc DELETED
Binary file (445 Bytes)
 
examples/__pycache__/inline.cpython-39.pyc DELETED
Binary file (1.5 kB)
 
examples/__pycache__/issue_tracker.cpython-39.pyc DELETED
Binary file (3.82 kB)
 
examples/__pycache__/link.cpython-39.pyc DELETED
Binary file (986 Bytes)
 
examples/__pycache__/markdown_submit_text.cpython-39.pyc DELETED
Binary file (803 Bytes)
 
examples/__pycache__/menu.cpython-37.pyc DELETED
Binary file (1.14 kB)
 
examples/__pycache__/menu.cpython-39.pyc DELETED
Binary file (1.13 kB)
 
examples/__pycache__/meta_dialog.cpython-39.pyc DELETED
Binary file (1.17 kB)
 
examples/__pycache__/meta_dialog_closable.cpython-39.pyc DELETED
Binary file (893 Bytes)
 
examples/__pycache__/meta_notification_bar.cpython-39.pyc DELETED
Binary file (1.64 kB)
 
examples/__pycache__/meta_notification_bar_closable.cpython-39.pyc DELETED
Binary file (1.14 kB)
 
examples/__pycache__/meta_theme.cpython-39.pyc DELETED
Binary file (1.46 kB)
 
examples/__pycache__/nav.cpython-39.pyc DELETED
Binary file (1.98 kB)
 
examples/__pycache__/persona.cpython-39.pyc DELETED
Binary file (1.04 kB)
 
examples/__pycache__/plot_app.cpython-39.pyc DELETED
Binary file (1.17 kB)
 
examples/__pycache__/plot_events.cpython-39.pyc DELETED
Binary file (1.09 kB)
 
examples/__pycache__/plot_form.cpython-39.pyc DELETED
Binary file (822 Bytes)
 
examples/__pycache__/plot_line.cpython-39.pyc DELETED
Binary file (853 Bytes)