Ki-Seki commited on
Commit
c2c0cff
1 Parent(s): 4b63916

docs: update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,5 +81,5 @@ gr.Interface(
81
  inputs=inputs,
82
  outputs=outputs,
83
  title="Auto Tabulator Completion",
84
- description="Automatically complete missing output values in tabular data based on in-context learning.",
85
  ).launch()
 
81
  inputs=inputs,
82
  outputs=outputs,
83
  title="Auto Tabulator Completion",
84
+ description="Automatically complete missing output values in tabular data based on in-context learning. Check https://github.com/Ki-Seki/autotab.",
85
  ).launch()