eogreen commited on
Commit
dc4d0c4
1 Parent(s): 009e91c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 - Command Line Interface",
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()