jschwab21 commited on
Commit
d0d0ed9
·
verified ·
1 Parent(s): beacb7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -36,7 +36,7 @@ class CustomTheme(Base):
36
  font_mono=font_mono,
37
  )
38
  super().set(
39
- body_background_fill="radial-gradient(#eb5726 1px, transparent 1px)",
40
  body_text_color="#282828",
41
  block_background_fill="#ffffff",
42
  block_title_text_color="#eb5726",
@@ -59,8 +59,7 @@ def display_results(video_url, description):
59
  css = """
60
  body {
61
  background-color: #ffffff;
62
- background-image: radial-gradient(#eb5726 1px, transparent 1px);
63
- background-size: 10px 10px;
64
  }
65
  #video_url {
66
  background-color: #ffffff;
@@ -100,7 +99,7 @@ h3 {
100
  with gr.Blocks(theme=custom_theme, css=css) as demo:
101
  with gr.Column():
102
  gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
103
- gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
104
  gr.Markdown("**Welcome to Sickstadium AI. Our goal is to empower content creators with the ability to tell their stories without the friction of traditional video editing software. Skip the timeline, and don't worry about your experience in video editing. Upload your video, explain the clip you want, and let our AI video editor do the work for you. Get more info about the Sickstadium project at Strongholdlabs.io**", elem_classes="centered-markdown")
105
  video_url = gr.Textbox(label="Video URL or Filepath", elem_id="video_url")
106
  description = gr.Textbox(label="Description of desired clip", elem_id="description")
 
36
  font_mono=font_mono,
37
  )
38
  super().set(
39
+ body_background_fill="radial-gradient(circle at center, rgba(235, 87, 38, 0.3), rgba(235, 87, 38, 0.3) 20%, rgba(255, 255, 255, 0) 21%), radial-gradient(circle at center, rgba(235, 87, 38, 0.2), rgba(235, 87, 38, 0.2) 40%, rgba(255, 255, 255, 0) 41%), radial-gradient(circle at center, rgba(235, 87, 38, 0.1), rgba(235, 87, 38, 0.1) 60%, rgba(255, 255, 255, 0) 61%), radial-gradient(circle at center, rgba(235, 87, 38, 0.05), rgba(235, 87, 38, 0.05) 80%, rgba(255, 255, 255, 0) 81%), #ffffff",
40
  body_text_color="#282828",
41
  block_background_fill="#ffffff",
42
  block_title_text_color="#eb5726",
 
59
  css = """
60
  body {
61
  background-color: #ffffff;
62
+ background-image: radial-gradient(circle at center, rgba(235, 87, 38, 0.3), rgba(235, 87, 38, 0.3) 20%, rgba(255, 255, 255, 0) 21%), radial-gradient(circle at center, rgba(235, 87, 38, 0.2), rgba(235, 87, 38, 0.2) 40%, rgba(255, 255, 255, 0) 41%), radial-gradient(circle at center, rgba(235, 87, 38, 0.1), rgba(235, 87, 38, 0.1) 60%, rgba(255, 255, 255, 0) 61%), radial-gradient(circle at center, rgba(235, 87, 38, 0.05), rgba(235, 87, 38, 0.05) 80%, rgba(255, 255, 255, 0) 81%);
 
63
  }
64
  #video_url {
65
  background-color: #ffffff;
 
99
  with gr.Blocks(theme=custom_theme, css=css) as demo:
100
  with gr.Column():
101
  gr.Markdown("# **Sickstadium AI**", elem_classes="centered-markdown", elem_id="sickstadium-title")
102
+ gr.Markdown("### **Upload your videos. Find sick clips. Tell your truth.**", elem_classes="centered-markdown")
103
  gr.Markdown("**Welcome to Sickstadium AI. Our goal is to empower content creators with the ability to tell their stories without the friction of traditional video editing software. Skip the timeline, and don't worry about your experience in video editing. Upload your video, explain the clip you want, and let our AI video editor do the work for you. Get more info about the Sickstadium project at Strongholdlabs.io**", elem_classes="centered-markdown")
104
  video_url = gr.Textbox(label="Video URL or Filepath", elem_id="video_url")
105
  description = gr.Textbox(label="Description of desired clip", elem_id="description")