Spaces:
Runtime error
Runtime error
Disable share button on logo
Browse files
app.py
CHANGED
|
@@ -173,7 +173,7 @@ theme = gr.themes.Soft(
|
|
| 173 |
with gr.Blocks(theme=theme) as demo:
|
| 174 |
with gr.Row():
|
| 175 |
with gr.Column(variant='panel', scale=1):
|
| 176 |
-
logo = gr.Image('aimi_logo.png', interactive=False, show_label=False, show_download_button=False)
|
| 177 |
with gr.Accordion("Job Information", open=False):
|
| 178 |
job_role = gr.Textbox(label='Job Role', placeholder='Product Manager')
|
| 179 |
company = gr.Textbox(label='Company', placeholder='Amazon')
|
|
|
|
| 173 |
with gr.Blocks(theme=theme) as demo:
|
| 174 |
with gr.Row():
|
| 175 |
with gr.Column(variant='panel', scale=1):
|
| 176 |
+
logo = gr.Image('aimi_logo.png', interactive=False, show_label=False, show_download_button=False, show_share_button=False)
|
| 177 |
with gr.Accordion("Job Information", open=False):
|
| 178 |
job_role = gr.Textbox(label='Job Role', placeholder='Product Manager')
|
| 179 |
company = gr.Textbox(label='Company', placeholder='Amazon')
|