Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
e487754
1
Parent(s):
8a2bd53
Typo
Browse files- gui/app.py +1 -1
gui/app.py
CHANGED
@@ -198,7 +198,7 @@ def _data_layout():
|
|
198 |
with gr.Tab("Upload Data"):
|
199 |
file_input = gr.File(label="Upload a CSV File")
|
200 |
gr.Markdown(
|
201 |
-
"The rightmost column of your CSV file be used as the target variable."
|
202 |
)
|
203 |
|
204 |
return dict(
|
|
|
198 |
with gr.Tab("Upload Data"):
|
199 |
file_input = gr.File(label="Upload a CSV File")
|
200 |
gr.Markdown(
|
201 |
+
"The rightmost column of your CSV file will be used as the target variable."
|
202 |
)
|
203 |
|
204 |
return dict(
|