Spaces:
Runtime error
Runtime error
update desc
Browse files
app.py
CHANGED
@@ -157,9 +157,10 @@ with gr.Blocks() as demo:
|
|
157 |
<p style="margin-bottom: 10px; font-size: 94%">
|
158 |
Hi, I'm an <b>automated</b> Q & A Chatbot creator. Just copy and paste your <b>Github Repo link</b>, type in your OpenAI API key, and press the button!
|
159 |
The app will generate the FAISS embedding vector space and will also make it available for you to download. Next, enter your Huggingface Token and press the final button to create your own QandA Chatbot under your profile on HF.
|
160 |
-
Press the link displayed for your new space and enjoy your own state-of-the-art QandA chatbot
|
161 |
-
<a href="https://
|
162 |
-
|
|
|
163 |
</p>
|
164 |
</div>""")
|
165 |
with gr.Row() :
|
|
|
157 |
<p style="margin-bottom: 10px; font-size: 94%">
|
158 |
Hi, I'm an <b>automated</b> Q & A Chatbot creator. Just copy and paste your <b>Github Repo link</b>, type in your OpenAI API key, and press the button!
|
159 |
The app will generate the FAISS embedding vector space and will also make it available for you to download. Next, enter your Huggingface Token and press the final button to create your own QandA Chatbot under your profile on HF.
|
160 |
+
Press the link displayed for your new space and enjoy your own state-of-the-art QandA chatbot!
|
161 |
+
<br>Built using <a href="https://langchain.readthedocs.io/en/latest/" target="_blank">LangChain</a> and <a href="https://github.com/gradio-app/gradio" target="_blank">Gradio</a>
|
162 |
+
<br><br>
|
163 |
+
Duplicate the space to avoid queues<a href="https://huggingface.co/spaces/ysharma/LangchainBot-space-creator?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
164 |
</p>
|
165 |
</div>""")
|
166 |
with gr.Row() :
|