jschwab21 commited on
Commit
f8f9c6f
·
verified ·
1 Parent(s): d594b35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,7 +129,7 @@ def display_results(video_url, video_file, description):
129
  css = """
130
  body {
131
  background-color: #ffffff;
132
- background-image: radial-gradient(#eb5726 1px, transparent 1px);
133
  background-size: 10px 10px;
134
  background-repeat: repeat;
135
  background-attachment: fixed;
@@ -183,7 +183,7 @@ def save_uploaded_file(uploaded_file):
183
  f.write(uploaded_file)
184
  return file_path
185
 
186
- with gr.Blocks(theme=custom_theme) as demo:
187
  with gr.Column():
188
  gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
189
  gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
 
129
  css = """
130
  body {
131
  background-color: #ffffff;
132
+ background-image: radial-gradient(circle at center, rgba(235, 87, 38, 1) 0%, rgba(235, 87, 38, 0) 70%), radial-gradient(#eb5726 1px, transparent 1px)
133
  background-size: 10px 10px;
134
  background-repeat: repeat;
135
  background-attachment: fixed;
 
183
  f.write(uploaded_file)
184
  return file_path
185
 
186
+ with gr.Blocks(theme=custom_theme, css=css)) as demo:
187
  with gr.Column():
188
  gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
189
  gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")