Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -132,12 +132,12 @@ theme = gr.themes.Monochrome(
|
|
132 |
|
133 |
|
134 |
)
|
135 |
-
custom_css = "
|
136 |
body {
|
137 |
-
background-image: url('
|
138 |
-
background-size: cover
|
139 |
}
|
140 |
-
"
|
141 |
# Setup the Gradio Blocks interface with custom layout components
|
142 |
with gr.Blocks(theme = theme ) as demo:
|
143 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
|
|
132 |
|
133 |
|
134 |
)
|
135 |
+
custom_css = """
|
136 |
body {
|
137 |
+
background-image: url('https://huggingface.co/spaces/AquaGuard/chess-chatbot/resolve/main/sea');
|
138 |
+
background-size: cover;
|
139 |
}
|
140 |
+
"""
|
141 |
# Setup the Gradio Blocks interface with custom layout components
|
142 |
with gr.Blocks(theme = theme ) as demo:
|
143 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|