awacke1 commited on
Commit
d0151b8
·
1 Parent(s): cfece4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.inputs.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):
 
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):