angela2882 commited on
Commit
7976dd5
·
verified ·
1 Parent(s): d28be71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -132,12 +132,12 @@ theme = gr.themes.Monochrome(
132
 
133
 
134
  )
135
- custom_css = "
136
  body {
137
- background-image: url('file/sea.jpg')
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