TabPFN commited on
Commit
dc6a65f
·
1 Parent(s): 98f0f12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 predict the values for all empty cells in one column.
76
- Please, provide everything but the label column as numeric values. It is ok to encode classes as integers.
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)