Update app.py
Browse files
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()
|