jschwab21 commited on
Commit
82df05c
·
verified ·
1 Parent(s): df55e72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -58,6 +58,11 @@ def display_results(video_url, description):
58
 
59
  # Custom CSS for additional styling
60
  css = """
 
 
 
 
 
61
  #video_url {
62
  background-color: #ffffff;
63
  color: #282828;
@@ -91,6 +96,8 @@ with gr.Blocks(theme=custom_theme, css=css) as demo:
91
  with gr.Column():
92
  gr.Markdown("# Sickstadium AI", elem_classes="centered-markdown")
93
  gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
 
 
94
  video_url = gr.Textbox(label="Video URL or Filepath", elem_id="video_url")
95
  description = gr.Textbox(label="Description of desired clip", elem_id="description")
96
  submit_button = gr.Button("Process Video", elem_id="submit_button")
 
58
 
59
  # Custom CSS for additional styling
60
  css = """
61
+ body {
62
+ background-color: #ffffff;
63
+ background-image: radial-gradient(#eb5726 1px, transparent 1px);
64
+ background-size: 10px 10px;
65
+ }
66
  #video_url {
67
  background-color: #ffffff;
68
  color: #282828;
 
96
  with gr.Column():
97
  gr.Markdown("# Sickstadium AI", elem_classes="centered-markdown")
98
  gr.Markdown("### Upload your videos. Find sick clips. Tell your truth.", elem_classes="centered-markdown")
99
+ 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.", elem_classes="centered-markdown")
100
+ gr.Markdown("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 do the dirty work.", elem_classes="centered-markdown")
101
  video_url = gr.Textbox(label="Video URL or Filepath", elem_id="video_url")
102
  description = gr.Textbox(label="Description of desired clip", elem_id="description")
103
  submit_button = gr.Button("Process Video", elem_id="submit_button")