Spaces:
Sleeping
Sleeping
Daryl Fung
commited on
Commit
·
5051113
1
Parent(s):
721c493
added more information for placeholder descriptions
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def greet(name, descriptions):
|
|
58 |
demo = gr.Interface(
|
59 |
fn=greet,
|
60 |
inputs=[gr.Textbox(lines=1, placeholder="Data Asset Name"),
|
61 |
-
gr.Textbox(lines=10, placeholder="All the descriptions")],
|
62 |
outputs=['image', 'image', 'image', 'image', 'image', 'image', 'image', 'html', 'html'],
|
63 |
)
|
64 |
demo.launch()
|
|
|
58 |
demo = gr.Interface(
|
59 |
fn=greet,
|
60 |
inputs=[gr.Textbox(lines=1, placeholder="Data Asset Name"),
|
61 |
+
gr.Textbox(lines=10, placeholder="All the descriptions for analysis")],
|
62 |
outputs=['image', 'image', 'image', 'image', 'image', 'image', 'image', 'html', 'html'],
|
63 |
)
|
64 |
demo.launch()
|