jin-nin commited on
Commit
fc7ad3b
1 Parent(s): 2eeb751

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -72,11 +72,12 @@ with gr.Blocks(css='style.css') as demo:
72
  )
73
 
74
  with gr.Row():
75
- prompt = gr.Textbox(
76
- label="Prompt",
77
- placeholder="proto, girl, high details",
78
- )
79
- with gr.Column(variant="compact"):
 
80
  Literally = gr.Button("↩ Literally")
81
  Explain = gr.Button("↩ Explain")
82
 
 
72
  )
73
 
74
  with gr.Row():
75
+ with gr.Column(scale=1000):
76
+ prompt = gr.Textbox(
77
+ label="Prompt",
78
+ placeholder="proto, girl, high details",
79
+ )
80
+ with gr.Column():
81
  Literally = gr.Button("↩ Literally")
82
  Explain = gr.Button("↩ Explain")
83