tykiww commited on
Commit
0e413cd
1 Parent(s): 7b89069

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -62,11 +62,11 @@ class get_datasets:
62
 
63
 
64
 
65
- def show_about():
66
- return "## About\n\nThis is an application for uploading datasets. You can upload files in .csv, .jsonl, or .txt format. The app will process the file and provide feedback."
67
-
68
- def show_upload():
69
- return "## Upload\n\nUse the button below to upload your dataset."
70
 
71
 
72
 
 
62
 
63
 
64
 
65
+ def show_about():
66
+ return "## About\n\nThis is an application for uploading datasets. You can upload files in .csv, .jsonl, or .txt format. The app will process the file and provide feedback."
67
+
68
+ def show_upload():
69
+ return "## Upload\n\nUse the button below to upload your dataset."
70
 
71
 
72