itachi-ai commited on
Commit
4f87e3d
·
verified ·
1 Parent(s): db1d7de
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as demo:
61
  file_type.change(update_interface, inputs=[file_type], outputs=[context, file_fields])
62
  gr.Markdown("""
63
  <div align='center'>It could be helpful for making RAG applications</div>
64
-
65
  """)
66
  gr.close_all()
67
  demo.launch()
 
61
  file_type.change(update_interface, inputs=[file_type], outputs=[context, file_fields])
62
  gr.Markdown("""
63
  <div align='center'>It could be helpful for making RAG applications</div>
64
+ MONGODB | LANGCHAIN | HUGGINGFACE
65
  """)
66
  gr.close_all()
67
  demo.launch()