Spaces:
Sleeping
Sleeping
add short_description
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
-
title: Dataset
|
|
|
3 |
emoji: ✍️✨
|
4 |
colorFrom: purple
|
5 |
colorTo: green
|
|
|
1 |
---
|
2 |
+
title: Dataset ReWriter
|
3 |
+
short_description: ReWrite datasets with a text instruction
|
4 |
emoji: ✍️✨
|
5 |
colorFrom: purple
|
6 |
colorTo: green
|
app.py
CHANGED
@@ -101,8 +101,8 @@ with gr.Blocks(css=css) as demo:
|
|
101 |
with gr.Row():
|
102 |
with gr.Column(scale=10):
|
103 |
gr.Markdown(
|
104 |
-
"# 🤗
|
105 |
-
"Adjust, translate or transform
|
106 |
)
|
107 |
with gr.Row():
|
108 |
with gr.Column(scale=3):
|
|
|
101 |
with gr.Row():
|
102 |
with gr.Column(scale=10):
|
103 |
gr.Markdown(
|
104 |
+
"# 🤗 Dataset ReWriter ✍️✨\n\n"
|
105 |
+
"Adjust, translate or transform datasets with a text instruction.\n\n"
|
106 |
)
|
107 |
with gr.Row():
|
108 |
with gr.Column(scale=3):
|