MilesCranmer commited on
Commit
e1cf25c
1 Parent(s): 46fdaa6

Instructions in upload tab

Browse files
Files changed (1) hide show
  1. gui/app.py +1 -0
gui/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=["+", "-", "*", "/", "^"],