import gradio as gr def build(size=5): tot = size*size r=0 box=[x for x in range(tot)] box_cent=int(tot/2) num_h,num_v=0,0 for i in range(1,tot): box[box_cent]=i num_h=0-1 box_cent+=(num_h+num_v) print(box) while r