angela2882 commited on
Commit
035da92
·
verified ·
1 Parent(s): f13c7d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -16
app.py CHANGED
@@ -122,22 +122,8 @@ topics = """
122
  - Waste management
123
  - Beach cleanups
124
  """
125
- theme = gr.themes.Monochrome(
126
- primary_hue = "blue", secondary_hue = "gray"
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