Spaces:
Build error
Build error
Commit
·
1a5775b
1
Parent(s):
2c4c15a
Update App.py
Browse files
App.py
CHANGED
@@ -145,4 +145,4 @@ with gr.Blocks() as demo:
|
|
145 |
converted = gr.DataFrame(overflow_row_behaviour="paginate", label="Transformed Data")
|
146 |
result = gr.DataFrame(label="Result")
|
147 |
submit.click(fn=read, inputs=[file,dep,ord], outputs=[org,converted,result,text,other1,other2,other3])
|
148 |
-
demo.launch()
|
|
|
145 |
converted = gr.DataFrame(overflow_row_behaviour="paginate", label="Transformed Data")
|
146 |
result = gr.DataFrame(label="Result")
|
147 |
submit.click(fn=read, inputs=[file,dep,ord], outputs=[org,converted,result,text,other1,other2,other3])
|
148 |
+
demo.launch()
|