Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import codeFile as cd
|
|
3 |
import openpyxl as pyxl
|
4 |
|
5 |
def myFunction(dtaFl,shNm,nC,nR):
|
6 |
-
|
7 |
return flNm
|
8 |
|
9 |
demo = gr.Interface(
|
|
|
3 |
import openpyxl as pyxl
|
4 |
|
5 |
def myFunction(dtaFl,shNm,nC,nR):
|
6 |
+
flNm=cd.rowWise(dtaFl,shNm,nC,nR)
|
7 |
return flNm
|
8 |
|
9 |
demo = gr.Interface(
|