gokaygokay commited on
Commit
ef236f7
·
1 Parent(s): e0d6be2
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ def create_video_interface():
12
  gr.HTML(title)
13
 
14
  with gr.Row():
15
- with gr.Column(scale=2):
16
  input_concept = gr.Textbox(label="Core Concept/Thematic Input", lines=3)
17
  style = gr.Dropdown(
18
  choices=["Minimalist", "Simple", "Detailed", "Descriptive", "Dynamic",
@@ -28,7 +28,7 @@ def create_video_interface():
28
  label="Prompt Length"
29
  )
30
 
31
- with gr.Column(scale=2):
32
  camera_direction = gr.Dropdown(
33
  choices=[
34
  "None",
 
12
  gr.HTML(title)
13
 
14
  with gr.Row():
15
+ with gr.Column(scale=1):
16
  input_concept = gr.Textbox(label="Core Concept/Thematic Input", lines=3)
17
  style = gr.Dropdown(
18
  choices=["Minimalist", "Simple", "Detailed", "Descriptive", "Dynamic",
 
28
  label="Prompt Length"
29
  )
30
 
31
+ with gr.Column(scale=1):
32
  camera_direction = gr.Dropdown(
33
  choices=[
34
  "None",