helblazer811 commited on
Commit
a8c9996
·
1 Parent(s): c4a91ca

App changes

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -114,14 +114,14 @@ with gr.Blocks(
114
  elem_classes="abstract"
115
  )
116
 
117
- with gr.Row():
118
  prompt = gr.Textbox(
119
  label="Enter your prompt",
120
  placeholder="Enter your prompt",
121
  value=EXAMPLES[0][0],
122
  scale=4,
123
  show_label=False,
124
- height="80px"
125
  )
126
  words = gr.Textbox(
127
  label="Enter a list of concepts (comma-separated)",
@@ -129,7 +129,7 @@ with gr.Blocks(
129
  value=EXAMPLES[0][1],
130
  scale=4,
131
  show_label=False,
132
- height="80px"
133
  )
134
  submit_btn = gr.Button(
135
  "Run",
 
114
  elem_classes="abstract"
115
  )
116
 
117
+ with gr.Row(scale=1):
118
  prompt = gr.Textbox(
119
  label="Enter your prompt",
120
  placeholder="Enter your prompt",
121
  value=EXAMPLES[0][0],
122
  scale=4,
123
  show_label=False,
124
+ # height="80px"
125
  )
126
  words = gr.Textbox(
127
  label="Enter a list of concepts (comma-separated)",
 
129
  value=EXAMPLES[0][1],
130
  scale=4,
131
  show_label=False,
132
+ # height="80px"
133
  )
134
  submit_btn = gr.Button(
135
  "Run",