Spaces:
Sleeping
Sleeping
Typo
Browse files
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(
|