eogreen commited on
Commit
6452dd6
1 Parent(s): 2c5ebf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -49,8 +49,9 @@ with gr.Blocks(theme=gr.themes.Soft()) as operand:
49
 
50
  gr.Markdown("# operand")
51
  gr.Markdown("Data Studio<br><br>")
52
-
53
- with gr.Tab("Data Sources"):
 
54
 
55
  gr.Markdown("## Source")
56
 
 
49
 
50
  gr.Markdown("# operand")
51
  gr.Markdown("Data Studio<br><br>")
52
+ gr.Image("img.png", label="Sample Image")
53
+
54
+ with gr.Tab("Source"):
55
 
56
  gr.Markdown("## Source")
57