dhuynh95 commited on
Commit
4feb357
·
1 Parent(s): 14e166f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -243,7 +243,7 @@ with gr.Blocks() as demo:
243
  gr.Markdown("<h1><center>Llama_test: generate unit test for your Python code</center></h1>")
244
  openai_api_key = gr.Textbox(
245
  show_label=False,
246
- label="Set your Anyscale API key here.",
247
  lines=1,
248
  type="password"
249
  )
 
243
  gr.Markdown("<h1><center>Llama_test: generate unit test for your Python code</center></h1>")
244
  openai_api_key = gr.Textbox(
245
  show_label=False,
246
+ placeholder="Set your Anyscale API key here.",
247
  lines=1,
248
  type="password"
249
  )