Gopalag commited on
Commit
2b29765
·
verified ·
1 Parent(s): 37bb6e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -507,6 +507,14 @@ def app_gradio():
507
  ],
508
  result_image,
509
  )
 
 
 
 
 
 
 
 
510
 
511
  demo.queue().launch(share=True, show_error=True)
512
 
 
507
  ],
508
  result_image,
509
  )
510
+ gr.Markdown(
511
+ '''
512
+ <div style="text-align: center; color: #1a237e; font-weight: 500; margin: 1rem 0;
513
+ padding: 0.8rem; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);">
514
+ © 2024 Deradh All Rights Reserved
515
+ </div>
516
+ '''
517
+ )
518
 
519
  demo.queue().launch(share=True, show_error=True)
520