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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -72,9 +72,9 @@ example = \
72
 
73
  with gr.Blocks() as demo:
74
  gr.Markdown("""This demo allows you to play with the **TabPFN**.
75
- You can either change the table manually.
76
- The network predicts fields you leave empty. Only one column can have empty entries that are predicted.
77
- Please, provide everything but the label column as numeric values. It is ok to encode classes as integers.
78
  """)
79
  inp_table = gr.DataFrame(type='numpy', value=example, headers=[''] * 3)
80
  inp_file = gr.File(
 
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)
80
  inp_file = gr.File(