MCPcopy
hub / github.com/gradio-app/gradio / get_data

Function get_data

demo/dataframe_tab_select/run.py:4–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4def get_data():
5 return [[i, f"Item {i}"] for i in range(10)]
6
7
8with gr.Blocks() as demo:

Callers 15

Markdown.test.tsFile · 0.85
Chatbot.test.tsFile · 0.85
Image.test.tsFile · 0.85
Plot.test.tsFile · 0.85
Checkbox.test.tsFile · 0.85
Textbox.test.tsFile · 0.85
Dialogue.test.tsFile · 0.85
Sidebar.test.tsFile · 0.85
Accordion.test.tsFile · 0.85
Label.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…