omri374 commited on
Commit
f98f63e
·
verified ·
1 Parent(s): 71d2e12

Upload medication_copilot.py

Browse files
Files changed (1) hide show
  1. 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 OpenAI API Key",
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
  )