Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,11 +62,11 @@ class get_datasets:
|
|
62 |
|
63 |
|
64 |
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
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 |
|