de-Rodrigo commited on
Commit
51aab6e
Β·
1 Parent(s): 04d15a9

Gradio Visual Improvement

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -134,11 +134,11 @@ if __name__ == "__main__":
134
  with gr.Blocks() as demo:
135
  gr.Markdown("# Saliency Maps with the MERIT Dataset πŸŽ’πŸ“ƒπŸ†")
136
 
137
- with gr.Column(scale=2, min_width=600):
138
- gr.Image(value=README_IMAGE_PATH, height=400)
139
- gr.Image(
140
- value=GIF_PATH, label="Dataset samples you can process", height=400
141
- )
142
 
143
  with gr.Tab("Introduction"):
144
  gr.Markdown(
 
134
  with gr.Blocks() as demo:
135
  gr.Markdown("# Saliency Maps with the MERIT Dataset πŸŽ’πŸ“ƒπŸ†")
136
 
137
+ with gr.Row(height=400):
138
+ with gr.Column(scale=1):
139
+ gr.Image(value=README_IMAGE_PATH)
140
+ with gr.Column(scale=1):
141
+ gr.Image(value=GIF_PATH, label="Dataset samples you can process")
142
 
143
  with gr.Tab("Introduction"):
144
  gr.Markdown(