Letsch22 commited on
Commit
4bf4876
·
1 Parent(s): 9de4ca9

Change logo to banner

Browse files
Files changed (2) hide show
  1. aimi_banner.png +0 -0
  2. 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('aimi_logo.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')
 
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')