Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
|
|
| 58 |
|
| 59 |
with block:
|
| 60 |
with gr.Row():
|
| 61 |
-
gr.Markdown("<h3><center>Hello
|
| 62 |
|
| 63 |
openai_api_key_textbox = gr.Textbox(
|
| 64 |
placeholder="Paste your OpenAI API key (sk-...)",
|
|
|
|
| 58 |
|
| 59 |
with block:
|
| 60 |
with gr.Row():
|
| 61 |
+
gr.Markdown("<h3><center>Hello-World LangChain App</center></h3>")
|
| 62 |
|
| 63 |
openai_api_key_textbox = gr.Textbox(
|
| 64 |
placeholder="Paste your OpenAI API key (sk-...)",
|