File size: 186 Bytes
76317bb | 1 2 3 4 5 6 7 8 9 10 | # requirements.txt # List of Python packages required for the Gradio application. gradio pandas plotly numpy # Optional: Add specific versions if needed, e.g., gradio==3.50.2 |
76317bb | 1 2 3 4 5 6 7 8 9 10 | # requirements.txt # List of Python packages required for the Gradio application. gradio pandas plotly numpy # Optional: Add specific versions if needed, e.g., gradio==3.50.2 |