helblazer811 commited on
Commit
0f8eff7
·
1 Parent(s): 9a2fb25
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(
120
  placeholder="Enter your prompt",
121
  value=EXAMPLES[0][0],
122
  scale=4,
123
- show_label=False,
124
  container=False
125
  # height="80px"
126
  )
@@ -129,7 +129,7 @@ with gr.Blocks(
129
  placeholder="Enter a list of concepts (comma-separated)",
130
  value=EXAMPLES[0][1],
131
  scale=4,
132
- show_label=False,
133
  container=False
134
  # height="80px"
135
  )
 
120
  placeholder="Enter your prompt",
121
  value=EXAMPLES[0][0],
122
  scale=4,
123
+ show_label=True,
124
  container=False
125
  # height="80px"
126
  )
 
129
  placeholder="Enter a list of concepts (comma-separated)",
130
  value=EXAMPLES[0][1],
131
  scale=4,
132
+ show_label=True,
133
  container=False
134
  # height="80px"
135
  )