updated
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as demo:
|
|
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'
|
67 |
""")
|
68 |
|
69 |
demo.launch()
|
|
|
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 | MITSRAL |</div>
|
67 |
""")
|
68 |
|
69 |
demo.launch()
|