gradio/test/components
Abubakar Abid 4030f28af6
Allows updating the dataset of a gr.Examples (#8745)
* helpers

* add changeset

* changes

* add changeset

* changes

* tweak

* format

* example to docs

* add changeset

* fixes

* add tuple

* add changeset

* print

* format

* clean'

* clean

* format

* format backend

* fix backend tests

* format

* notebooks

* comment

* delete demo

* add changeset

* docstring

* docstring

* changes

* add changeset

* components

* changes

* changes

* format

* add test

* fix python test

* use deep_equal

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-07-15 09:19:52 -07:00
..
__init__.py
plot_data.py
test_annotated_image.py
test_audio.py
test_bar_plot.py Improved plot rendering (#8580) 2024-06-20 23:09:04 +00:00
test_button.py
test_chatbot.py Add guides for msg format and llm agents (#8750) 2024-07-12 11:53:28 +00:00
test_checkbox_group.py
test_checkbox.py
test_code.py
test_color_picker.py
test_dataframe.py
test_dataset.py Allows updating the dataset of a gr.Examples (#8745) 2024-07-15 09:19:52 -07:00
test_datetime.py gr.DateTime component (#8713) 2024-07-10 20:55:45 -07:00
test_dropdown.py
test_file_explorer.py
test_file.py
test_gallery.py
test_highlighted_text.py Enable hiding the inline category in HighlightedText with a show_inline_category argument (#8355) 2024-05-23 09:17:41 +00:00
test_html.py
test_image_editor.py
test_image.py
test_json.py Ensure JSON component outputs handled properly in postprocess (#8292) 2024-05-15 21:38:50 +00:00
test_label.py
test_line_plot.py gr.DateTime component (#8713) 2024-07-10 20:55:45 -07:00
test_markdown.py
test_model3d.py Model3D point cloud and wireframe display modes (#8687) 2024-07-04 14:06:41 -07:00
test_number.py
test_plot.py Add event listener support to render blocks (#8243) 2024-05-22 14:51:53 -07:00
test_radio.py
test_scatter_plot.py Improved plot rendering (#8580) 2024-06-20 23:09:04 +00:00
test_slider.py Add Timer component (#8505) 2024-06-28 16:53:44 -07:00
test_state.py
test_textbox.py
test_upload_button.py
test_video.py