teamaMohamed115's picture
Create examples/prompts.md
a97c727 verified

A newer version of the Gradio SDK is available: 6.2.0

Upgrade

Example prompts

  1. "Write a Python module with two functions: fibonacci(n) returning a list of first n Fibonacci numbers, and is_prime(n) returning True/False. Include docstrings and type hints."

  2. "Create a Python module matrix_utils implementing add, multiply, transpose for matrices represented as lists of lists, and include basic validation and docstrings."