Sarath0x8f commited on
Commit
1264b71
·
verified ·
1 Parent(s): affb477

fotter updated

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.HTML(md.description)
79
 
80
- gr.Markdown(md.footer.format(github_logo_encoded, linkedin_logo_encoded, website_logo_encoded))
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)