hellorahulk commited on
Commit
303845a
·
1 Parent(s): 53950c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,6 +51,6 @@ iface = gr.Interface(fn = get_split,
51
  'file'
52
  ],
53
  title = 'Data Splitter ',
54
- description="Split your data into 2 parts")
55
 
56
  iface.launch( debug=True)
 
51
  'file'
52
  ],
53
  title = 'Data Splitter ',
54
+ description="Split your data into 2 parts. Apres.io © 2022 All rights reserved.")
55
 
56
  iface.launch( debug=True)