JLW commited on
Commit
a30ae70
·
1 Parent(s): 235e80d

Modify app header title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>Conversational Agent leveraging</br><center><i>GPT + WolframAlpha + Whisper + LangChain</center></i></h4>")
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')