Omnibus commited on
Commit
aecba50
·
verified ·
1 Parent(s): 1f72f4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
  def build(size=5):
4
  tot = size*size
5
- for r in tot:
6
  ro=""
7
  for c in size:
8
  ro+=tot-c
 
2
 
3
  def build(size=5):
4
  tot = size*size
5
+ for r in range(tot):
6
  ro=""
7
  for c in size:
8
  ro+=tot-c