Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,22 +122,8 @@ topics = """
|
|
122 |
- Waste management
|
123 |
- Beach cleanups
|
124 |
"""
|
125 |
-
|
126 |
-
|
127 |
-
).set(
|
128 |
-
background_fill_primary = 'primary_100',
|
129 |
-
background_fill_primary_dark = 'primary_100',
|
130 |
-
border_color_accent = 'secondary_100',
|
131 |
-
body_text_color = 'white'
|
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
|
|
|
122 |
- Waste management
|
123 |
- Beach cleanups
|
124 |
"""
|
125 |
+
|
126 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
# Setup the Gradio Blocks interface with custom layout components
|
128 |
with gr.Blocks(theme = theme ) as demo:
|
129 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|