eogreen commited on
Commit
477fa16
·
verified ·
1 Parent(s): ece39d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -76,5 +76,9 @@ with gr.Blocks() as demo:
76
  # description="Data Workbench CLI",
77
  # theme=gr.themes.Soft())
78
 
 
 
 
 
79
  demo.queue()
80
  demo.launch()
 
76
  # description="Data Workbench CLI",
77
  # theme=gr.themes.Soft())
78
 
79
+ demo = gr.Interface(title="operand",
80
+ description="Data Workbench CLI",
81
+ theme=gr.themes.Soft())
82
+
83
  demo.queue()
84
  demo.launch()