BhumikaMak commited on
Commit
e005a31
·
verified ·
1 Parent(s): 65a7a99

resolved: image url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def view_model(selected_models):
62
  # CSS to style the Gradio components and HTML content
63
  custom_css = """
64
  body {
65
- background-image: url('https://example.com/your-image.jpg'); /* Replace with your image URL */
66
  background-position: center;
67
  background-size: cover;
68
  background-attachment: fixed;
 
62
  # CSS to style the Gradio components and HTML content
63
  custom_css = """
64
  body {
65
+ background-image: url('https://api.deepai.org/job-view-file/a63aebee-08cf-4914-9439-8c791a9c7cf5/outputs/output.jpg'); /* Replace with your image URL */
66
  background-position: center;
67
  background-size: cover;
68
  background-attachment: fixed;