Ziaul commited on
Commit
f13e5be
1 Parent(s): 03b9bb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ iface=gr.Interface(detect,
234
  examples=['examples/1.jpg','./examples/2.jpg', './examples/4.jpg'],
235
  layout='center',
236
  description='The following is an Implementation of a Thesis paper done by Md. Ziaul Karim, \n for the Department of Software Engineering, Daffodil International University\'s Undergraduate program as a proof of concept.',
237
- theme='dark-peach',css='./style.css',article=f'<a href="https://codingwithzk.netlify.app", target="_blank"> © {date.today().year} Copyright | Made by <strong>Ziaul Karim</strong></a> <a href="https://gradio.app/"> | with <strong>Gradio</strong></a>'
238
  )
239
 
240
  iface.launch(debug=True, favicon_path='./favicon.png',height=300,width=500)
 
234
  examples=['examples/1.jpg','./examples/2.jpg', './examples/4.jpg'],
235
  layout='center',
236
  description='The following is an Implementation of a Thesis paper done by Md. Ziaul Karim, \n for the Department of Software Engineering, Daffodil International University\'s Undergraduate program as a proof of concept.',
237
+ theme='dark-peach',css='./style.css',article=f'© {date.today().year} Copyright | Made by <strong >Md. Ziaul Karim</strong> <a href="https://gradio.app/"> | with <strong>Gradio</strong></a>'
238
  )
239
 
240
  iface.launch(debug=True, favicon_path='./favicon.png',height=300,width=500)