DavidD003 commited on
Commit
5fea378
1 Parent(s): 4975f27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ demo = gr.Interface(
19
  #gr.File(label="Temp Refusal Sheet - COPY OF SHEET WITH VALUES, NO FORMULAS"),
20
  gr.File(label="Data File"),
21
  gr.Textbox(label="Sheet Name"),
22
- gr.Number(label="Number of Columns"),
23
- gr.Number(label="Number of Rows")
24
  ],
25
  [
26
  #gr.Dataframe(
 
19
  #gr.File(label="Temp Refusal Sheet - COPY OF SHEET WITH VALUES, NO FORMULAS"),
20
  gr.File(label="Data File"),
21
  gr.Textbox(label="Sheet Name"),
22
+ gr.Number(label="Number of Columns",precision=0),
23
+ gr.Number(label="Number of Rows",precision=0)
24
  ],
25
  [
26
  #gr.Dataframe(