Spaces:
Running
Running
fotter updated
Browse files
app.py
CHANGED
@@ -75,9 +75,9 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Roboto Mono")])
|
|
75 |
"What specific skills do you bring to the table that would benefit our company's AI/ML initiatives?",
|
76 |
"How do you stay updated with the latest trends and advancements in AI and Machine Learning?" ],
|
77 |
)
|
78 |
-
gr.
|
79 |
|
80 |
-
gr.
|
81 |
|
82 |
if __name__ == "__main__":
|
83 |
main.launch(share=True)
|
|
|
75 |
"What specific skills do you bring to the table that would benefit our company's AI/ML initiatives?",
|
76 |
"How do you stay updated with the latest trends and advancements in AI and Machine Learning?" ],
|
77 |
)
|
78 |
+
gr.Markdown(md.description)
|
79 |
|
80 |
+
gr.HTML(md.footer.format(github_logo_encoded, linkedin_logo_encoded, website_logo_encoded))
|
81 |
|
82 |
if __name__ == "__main__":
|
83 |
main.launch(share=True)
|