Letsch22 commited on
Commit
1091708
1 Parent(s): 435d273

Add logo and theme updates

Browse files
Files changed (2) hide show
  1. aimi_logo.png +0 -0
  2. app.py +3 -3
aimi_logo.png ADDED
app.py CHANGED
@@ -163,8 +163,8 @@ class MockInterviewer:
163
  mock_interviewer = MockInterviewer()
164
 
165
  theme = gr.themes.Soft(
166
- primary_hue="blue",
167
- secondary_hue="indigo",
168
  ).set(
169
  body_background_fill='*neutral_100',
170
  body_background_fill_dark='*background_fill_secondary'
@@ -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
- config_title = gr.Markdown('### Interview Settings')
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')
 
163
  mock_interviewer = MockInterviewer()
164
 
165
  theme = gr.themes.Soft(
166
+ primary_hue="purple",
167
+ secondary_hue="fuchsia",
168
  ).set(
169
  body_background_fill='*neutral_100',
170
  body_background_fill_dark='*background_fill_secondary'
 
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')