pikto commited on
Commit
ad2bc89
1 Parent(s): 32aa19b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -45,6 +45,11 @@ with gr.Blocks() as myface:
45
 
46
  )
47
 
 
 
 
 
 
48
  with gr.Row():
49
  with gr.Row():
50
  input_text = gr.Textbox(label="Prompt idea", placeholder="", lines=1)
 
45
 
46
  )
47
 
48
+ display: flex;
49
+ gap: var(--layout-gap);
50
+ width: var(--size-full);
51
+ align-content: center;
52
+
53
  with gr.Row():
54
  with gr.Row():
55
  input_text = gr.Textbox(label="Prompt idea", placeholder="", lines=1)