umangchaudhry commited on
Commit
b7e909d
1 Parent(s): bf91ed0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks() as demo:
96
  gr.Markdown("<h1 style='text-align: center;'>Langchain Coding Assistant</h1>")
97
 
98
  # Write some explanatory text
99
- 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 with grant writing. \n ### 1. Enter your OpenAI API key. \n ### 2. Click 'Submit' to set your API key.\n ### 3. Upload the documents that you would like the model to be aware of and then create the vectorstore. Please note that once the vectorstore is created, it will persist and the documents will remain in the vectorstore. \n 4. Provide your prompt.")
100
 
101
  # Set up a row of UI elements
102
  with gr.Row():
 
96
  gr.Markdown("<h1 style='text-align: center;'>Langchain Coding Assistant</h1>")
97
 
98
  # Write some explanatory text
99
+ 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 with grant writing. \n ### 1. Enter your OpenAI API key. \n ### 2. Click 'Submit' to set your API key.\n ### 3. Upload the documents that you would like the model to be aware of and then create the vectorstore. Please note that once the vectorstore is created, it will persist and the documents will remain in the vectorstore. \n ### 4. Provide your prompt.")
100
 
101
  # Set up a row of UI elements
102
  with gr.Row():