BryanBradfo commited on
Commit
4ca406d
·
verified ·
1 Parent(s): ab27405

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ button.secondary { background-color: #1e293b !important; color: #94a3b8 !importa
222
  """
223
 
224
  with gr.Blocks(title="DEEP BLUE", css=css, theme=gr.themes.Base()) as demo:
225
- gr.Markdown("# DEEP BLUE", elem_id="title")
226
 
227
  # API KEY INPUT
228
  api_key_input = gr.Textbox(label="🔑 OpenAI API Key (Optional if System Key set)", placeholder="sk-...", type="password")
 
222
  """
223
 
224
  with gr.Blocks(title="DEEP BLUE", css=css, theme=gr.themes.Base()) as demo:
225
+ gr.Markdown("# Coach Deep Blue", elem_id="title")
226
 
227
  # API KEY INPUT
228
  api_key_input = gr.Textbox(label="🔑 OpenAI API Key (Optional if System Key set)", placeholder="sk-...", type="password")