pikto commited on
Commit
1bc533c
1 Parent(s): cf8c300

Update app.py

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