Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(fn=dprocess,
|
|
50 |
inputs=[textbox],
|
51 |
outputs="text",
|
52 |
title="operand",
|
53 |
-
description="Data Workbench
|
54 |
theme=gr.themes.Soft())
|
55 |
|
56 |
demo.queue()
|
|
|
50 |
inputs=[textbox],
|
51 |
outputs="text",
|
52 |
title="operand",
|
53 |
+
description="Data Workbench CLI",
|
54 |
theme=gr.themes.Soft())
|
55 |
|
56 |
demo.queue()
|