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