enoreyes commited on
Commit
ab77966
·
1 Parent(s): b2e64f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
47
 
48
  with block:
49
  with gr.Row():
50
- gr.Markdown("<h3><center>Hugging Face Doc Search</center></h3>")
51
 
52
  openai_api_key_textbox = gr.Textbox(
53
  placeholder="Paste your OpenAI API key (sk-...)",
 
47
 
48
  with block:
49
  with gr.Row():
50
+ gr.Markdown("<h3><center>Hugging Face Doc Search</center></h3><p>Ask questions about the Hugging Face Transformers Library</p>")
51
 
52
  openai_api_key_textbox = gr.Textbox(
53
  placeholder="Paste your OpenAI API key (sk-...)",