Spaces:
Runtime error
Runtime error
Add logo and theme updates
Browse files- aimi_logo.png +0 -0
- 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="
|
| 167 |
-
secondary_hue="
|
| 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 |
-
|
| 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')
|