Commit
·
0fdb208
1
Parent(s):
6c1a62b
Nit: Removed share button from images
Browse files
app.py
CHANGED
|
@@ -100,6 +100,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=sizes.text_lg)) as demo:
|
|
| 100 |
value="./assets/competition_logo.jpg",
|
| 101 |
show_label=False,
|
| 102 |
show_download_button=False,
|
|
|
|
| 103 |
width="25vw", # Take up the width of the column (2/8 = 1/4)
|
| 104 |
)
|
| 105 |
|
|
@@ -110,6 +111,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size=sizes.text_lg)) as demo:
|
|
| 110 |
value="./assets/prediction_explainer.png",
|
| 111 |
show_label=False,
|
| 112 |
show_download_button=False,
|
|
|
|
| 113 |
width="50vw",
|
| 114 |
)
|
| 115 |
gr.Markdown(ABOUT_TEXT)
|
|
|
|
| 100 |
value="./assets/competition_logo.jpg",
|
| 101 |
show_label=False,
|
| 102 |
show_download_button=False,
|
| 103 |
+
show_share_button=False,
|
| 104 |
width="25vw", # Take up the width of the column (2/8 = 1/4)
|
| 105 |
)
|
| 106 |
|
|
|
|
| 111 |
value="./assets/prediction_explainer.png",
|
| 112 |
show_label=False,
|
| 113 |
show_download_button=False,
|
| 114 |
+
show_share_button=False,
|
| 115 |
width="50vw",
|
| 116 |
)
|
| 117 |
gr.Markdown(ABOUT_TEXT)
|