import gradio as gr def build(size=5): tot = size*size r=0 box=[] box_o=[x for x in range(size)] box.append(box_o) for i in range(size) print(box) 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