docs: update
Browse files
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()
|