Spaces:
Sleeping
Sleeping
resolved: image url
Browse files
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://
|
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;
|