Modify app header title
Browse files
app.py
CHANGED
|
@@ -440,7 +440,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
|
|
| 440 |
with gr.Row():
|
| 441 |
with gr.Column():
|
| 442 |
gr.Markdown(
|
| 443 |
-
"<h4><center>
|
| 444 |
|
| 445 |
openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
|
| 446 |
show_label=False, lines=1, type='password')
|
|
|
|
| 440 |
with gr.Row():
|
| 441 |
with gr.Column():
|
| 442 |
gr.Markdown(
|
| 443 |
+
"<h4><center>GPT + WolframAlpha + Whisper + LangChain</center></h4>")
|
| 444 |
|
| 445 |
openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
|
| 446 |
show_label=False, lines=1, type='password')
|