Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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 |
)
|