Spaces:
Runtime error
Runtime error
Commit
·
216a6ee
1
Parent(s):
4cd0c7a
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def respond(message, chat_history):
|
|
93 |
with gr.Blocks() as demo:
|
94 |
|
95 |
# Write some HTML for a header
|
96 |
-
gr.Markdown("<h1 style='text-align: center;'>
|
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.")
|
|
|
93 |
with gr.Blocks() as demo:
|
94 |
|
95 |
# Write some HTML for a header
|
96 |
+
gr.Markdown("<h1 style='text-align: center;'>Grant Writing 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.")
|