Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,8 +72,8 @@ example = \
|
|
| 72 |
|
| 73 |
with gr.Blocks() as demo:
|
| 74 |
gr.Markdown("""This demo allows you to play with the **TabPFN**.
|
| 75 |
-
The TabPFN will
|
| 76 |
-
Please, provide everything but the label column as numeric values.
|
| 77 |
You can also upload datasets to fill the table automatically.
|
| 78 |
""")
|
| 79 |
inp_table = gr.DataFrame(type='numpy', value=example, headers=[''] * 3)
|
|
|
|
| 72 |
|
| 73 |
with gr.Blocks() as demo:
|
| 74 |
gr.Markdown("""This demo allows you to play with the **TabPFN**.
|
| 75 |
+
The TabPFN will classify the values for all empty cells in the label column.
|
| 76 |
+
Please, provide everything but the label column as numeric values.
|
| 77 |
You can also upload datasets to fill the table automatically.
|
| 78 |
""")
|
| 79 |
inp_table = gr.DataFrame(type='numpy', value=example, headers=[''] * 3)
|