import gradio as gr # a. define text data type input_module1 = gr.inputs.Textbox(label = "Feature1") input_module2 = gr.inputs.Textbox(label = "Feature2") input_module3 = gr.inputs.Textbox(label = "Feature3") input_module4 = gr.inputs.Textbox(label = "Feature4") input_module5 = gr.inputs.Textbox(label = "Feature5") input_module6 = gr.inputs.Textbox(label = "Feature6") input_module7 = gr.inputs.Textbox(label = "Feature7") input_module8 = gr.inputs.Textbox(label = "Feature8")