Update app.py
Browse files
app.py
CHANGED
@@ -47,11 +47,12 @@ textbox = gr.Textbox(label='Command')
|
|
47 |
# Create Gradio interface
|
48 |
# Create Gradio interface with tabs
|
49 |
|
50 |
-
demo = gr.Interface(title="operand",
|
51 |
-
|
52 |
-
|
53 |
|
54 |
with gr.Blocks() as demo:
|
|
|
55 |
with gr.Tab("Tab A"):
|
56 |
gr.Markdown("## This is Tab A")
|
57 |
textbox_a = gr.Textbox(label='Command A')
|
|
|
47 |
# Create Gradio interface
|
48 |
# Create Gradio interface with tabs
|
49 |
|
50 |
+
# demo = gr.Interface(title="operand",
|
51 |
+
# description="Data Workbench CLI",
|
52 |
+
# theme=gr.themes.Soft())
|
53 |
|
54 |
with gr.Blocks() as demo:
|
55 |
+
title: "foo"
|
56 |
with gr.Tab("Tab A"):
|
57 |
gr.Markdown("## This is Tab A")
|
58 |
textbox_a = gr.Textbox(label='Command A')
|