MilesCranmer commited on
Commit
fd7e453
·
unverified ·
1 Parent(s): ca89b13

Instructions in upload tab

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -143,6 +143,7 @@ def main():
143
  )
144
  with gr.Tab("Upload Data"):
145
  file_input = gr.File(label="Upload a CSV File")
 
146
  with gr.Row():
147
  binary_operators = gr.CheckboxGroup(
148
  choices=["+", "-", "*", "/", "^"],
 
143
  )
144
  with gr.Tab("Upload Data"):
145
  file_input = gr.File(label="Upload a CSV File")
146
+ gr.Markdown("Upload a CSV file with the data to fit. The last column will be used as the target variable.")
147
  with gr.Row():
148
  binary_operators = gr.CheckboxGroup(
149
  choices=["+", "-", "*", "/", "^"],