Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-...)",
|