Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchase17 committed Feb 7, 2023
1 parent 215d3d8 commit ab58895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __call__(

with block:
with gr.Row():
gr.Markdown("<h3><center>LangChain Demo</center></h3>")
gr.Markdown("<h3><center>Chat-Your-Data (State-of-the-Union)</center></h3>")

openai_api_key_textbox = gr.Textbox(
placeholder="Paste your OpenAI API key (sk-...)",
Expand Down

0 comments on commit ab58895

Please sign in to comment.