updated
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
|
|
62 |
btn.click(embed_and_store, inputs=[password, collection_name, file_type, file_fields, context,page_start], outputs=[file_fields, context])
|
63 |
file_type.change(update_interface, inputs=[file_type], outputs=[context, file_fields])
|
64 |
gr.Markdown("""
|
65 |
-
<div align='center'>It could be helpful for making RAG
|
66 |
<div align='center'> MONGODB | LANGCHAIN | HUGGINGFACE</div>
|
67 |
""")
|
68 |
|
|
|
62 |
btn.click(embed_and_store, inputs=[password, collection_name, file_type, file_fields, context,page_start], outputs=[file_fields, context])
|
63 |
file_type.change(update_interface, inputs=[file_type], outputs=[context, file_fields])
|
64 |
gr.Markdown("""
|
65 |
+
<div align='center'>It could be helpful for making RAG application</div>
|
66 |
<div align='center'> MONGODB | LANGCHAIN | HUGGINGFACE</div>
|
67 |
""")
|
68 |
|