Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ textbox = gr.Textbox(label='Command')
|
|
51 |
with gr.Blocks(theme=gr.themes.Soft()) as operand:
|
52 |
|
53 |
gr.Markdown("# operand")
|
54 |
-
gr.Markdown("Data Studio")
|
55 |
|
56 |
with gr.Tab("Data Source"):
|
57 |
gr.Markdown("## Data Sources")
|
|
|
51 |
with gr.Blocks(theme=gr.themes.Soft()) as operand:
|
52 |
|
53 |
gr.Markdown("# operand")
|
54 |
+
gr.Markdown("Data Studio<br><br>")
|
55 |
|
56 |
with gr.Tab("Data Source"):
|
57 |
gr.Markdown("## Data Sources")
|