Sarath0x8f commited on
Commit
3b459bf
·
verified ·
1 Parent(s): e70536d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -64,6 +64,8 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Roboto Mono")])
64
  "How do you stay updated with the latest trends and advancements in AI and Machine Learning?" ],
65
  )
66
  gr.Markdown(md.description)
 
 
67
 
68
  if __name__ == "__main__":
69
  main.launch(share=True)
 
64
  "How do you stay updated with the latest trends and advancements in AI and Machine Learning?" ],
65
  )
66
  gr.Markdown(md.description)
67
+
68
+ gr.Markdown(md.footer.format(github_logo_encoded, linkedin_logo_encoded, website_logo_encoded))
69
 
70
  if __name__ == "__main__":
71
  main.launch(share=True)