Jekyll2000 commited on
Commit
17a3316
·
verified ·
1 Parent(s): e17a939

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -53,9 +53,8 @@ with gr.Blocks() as demo:
53
 
54
  download_btn.click(download_handler, inputs=[url, download_video], outputs=[output_text, output_file])
55
 
56
- with gr.Sidebar():
57
  gr.Image("profile.jpg", label="Profile Image", width=200)
58
- gr.Markdown("### AI/ML Engineer")
59
  gr.Markdown("Build AI with Haseeb")
60
  gr.Markdown("### Made with ❤ by [Haseeb Ahmed](https://www.linkedin.com/in/muhammad-haseeb-ahmed-1954b5230/)")
61
 
 
53
 
54
  download_btn.click(download_handler, inputs=[url, download_video], outputs=[output_text, output_file])
55
 
56
+
57
  gr.Image("profile.jpg", label="Profile Image", width=200)
 
58
  gr.Markdown("Build AI with Haseeb")
59
  gr.Markdown("### Made with ❤ by [Haseeb Ahmed](https://www.linkedin.com/in/muhammad-haseeb-ahmed-1954b5230/)")
60