Spaces:
Sleeping
Sleeping
Upload medication_copilot.py
Browse files- medication_copilot.py +1 -1
medication_copilot.py
CHANGED
|
@@ -75,7 +75,7 @@ with gr.Blocks(theme=gr.themes.Glass()) as app:
|
|
| 75 |
|
| 76 |
api_key = gr.Textbox(
|
| 77 |
label="OpenAI API Key",
|
| 78 |
-
placeholder="Enter
|
| 79 |
interactive=True,
|
| 80 |
type="password"
|
| 81 |
)
|
|
|
|
| 75 |
|
| 76 |
api_key = gr.Textbox(
|
| 77 |
label="OpenAI API Key",
|
| 78 |
+
placeholder=f"Enter {llm_type.value} Key",
|
| 79 |
interactive=True,
|
| 80 |
type="password"
|
| 81 |
)
|