umangchaudhry commited on
Commit
3c3ce10
·
1 Parent(s): 28250b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks() as demo:
77
 
78
  gr.Markdown("<h1 style='text-align: center;'>Langchain Coding Assistant</h1>")
79
 
80
- 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.")
81
 
82
  #create chat history
83
  chat_history = []
 
77
 
78
  gr.Markdown("<h1 style='text-align: center;'>Langchain Coding Assistant</h1>")
79
 
80
+ 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.")
81
 
82
  #create chat history
83
  chat_history = []