Spaces:
Build error
Build error
Commit
·
276e364
1
Parent(s):
9ffc074
add examples to input descriptions
Browse files
app.py
CHANGED
@@ -232,9 +232,9 @@ if __name__ == "__main__":
|
|
232 |
),
|
233 |
),
|
234 |
gr.inputs.Textbox(lines=1, placeholder="HuggingFace Write Token"),
|
235 |
-
gr.inputs.Textbox(lines=1, placeholder="Name for the target space"),
|
236 |
-
gr.inputs.Textbox(lines=1, placeholder="Title for the target space interface"),
|
237 |
-
gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface"),
|
238 |
],
|
239 |
title="Space that builds another Space",
|
240 |
description="I can create another space which will compare the spaces you provide to me",
|
|
|
232 |
),
|
233 |
),
|
234 |
gr.inputs.Textbox(lines=1, placeholder="HuggingFace Write Token"),
|
235 |
+
gr.inputs.Textbox(lines=1, placeholder="Name for the target space, ie. space-building-space"),
|
236 |
+
gr.inputs.Textbox(lines=1, placeholder="Title for the target space interface, ie. Title"),
|
237 |
+
gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface, ie. Description"),
|
238 |
],
|
239 |
title="Space that builds another Space",
|
240 |
description="I can create another space which will compare the spaces you provide to me",
|