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