Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,7 @@ def process_command(command, ddddd):
|
|
48 |
with gr.Blocks(theme=gr.themes.Soft()) as operand:
|
49 |
|
50 |
gr.Markdown("# operand")
|
51 |
-
gr.Markdown("No-code Data Studio<br><br>")
|
52 |
-
gr.Image("img.png")
|
53 |
|
54 |
with gr.Tab("Source"):
|
55 |
|
|
|
48 |
with gr.Blocks(theme=gr.themes.Soft()) as operand:
|
49 |
|
50 |
gr.Markdown("# operand")
|
51 |
+
gr.Markdown("No-code Data Automation Studio<br><br>")
|
|
|
52 |
|
53 |
with gr.Tab("Source"):
|
54 |
|