Spaces:
Runtime error
Runtime error
Commit
·
703f5fa
1
Parent(s):
bbe10a1
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,8 @@ with gr.Blocks() as demo:
|
|
50 |
gr.Markdown("<h1 style='text-align: center;'>Langchain Coding Assistant</h1>")
|
51 |
|
52 |
gr.Markdown("## This Gradio app is powered by ChatGPT and LangChain. You can submit your OpenAI API key and use the chatbot to get assistance for your coding questions. This chatbot can also provide assistance coding with LangChain. \n ### 1. Enter your OpenAI API key in the 'OpenAI API Key Submission' tab. \n ### 2. Click 'Submit' to set your API key.\n ### 3. Go to the 'Coding Assistant' tab and provide your prompt. You can re-verify that your API Key was set correctly in this tab as well.")
|
|
|
|
|
53 |
|
54 |
with gr.Tab("OpenAI API Key Submission"):
|
55 |
api_input = gr.Textbox(label = "API Key",
|
|
|
50 |
gr.Markdown("<h1 style='text-align: center;'>Langchain Coding Assistant</h1>")
|
51 |
|
52 |
gr.Markdown("## This Gradio app is powered by ChatGPT and LangChain. You can submit your OpenAI API key and use the chatbot to get assistance for your coding questions. This chatbot can also provide assistance coding with LangChain. \n ### 1. Enter your OpenAI API key in the 'OpenAI API Key Submission' tab. \n ### 2. Click 'Submit' to set your API key.\n ### 3. Go to the 'Coding Assistant' tab and provide your prompt. You can re-verify that your API Key was set correctly in this tab as well.")
|
53 |
+
|
54 |
+
gr.Markdown("#### Note: This application is able to query up-to-date documentation on LangChain and will be frequently updated to include the latest updates to the documentation. Support for other newer packges will be added soon. ")
|
55 |
|
56 |
with gr.Tab("OpenAI API Key Submission"):
|
57 |
api_input = gr.Textbox(label = "API Key",
|