Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def load_data(file):
|
|
8 |
return df
|
9 |
|
10 |
# Create the input interface for the CSV file
|
11 |
-
inputs = gr.
|
12 |
|
13 |
# Define the main function that will be called when the user submits their file
|
14 |
def main(inputs):
|
|
|
8 |
return df
|
9 |
|
10 |
# Create the input interface for the CSV file
|
11 |
+
inputs = gr.UploadButton(label="Upload your CSV file:")
|
12 |
|
13 |
# Define the main function that will be called when the user submits their file
|
14 |
def main(inputs):
|