Spaces:
Running
Running
Sarath0x8f
commited on
Update app.py
Browse files
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)
|