itachi-ai commited on
Commit
d801303
·
verified ·
1 Parent(s): 7d6888a

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -59,5 +59,9 @@ with gr.Blocks() as demo:
59
 
60
  btn.click(embed_and_store, inputs=[password, collection_name, file_type, file_fields, context], outputs=[file_fields, context])
61
  file_type.change(update_interface, inputs=[file_type], outputs=[context, file_fields])
 
 
 
 
62
  gr.close_all()
63
  demo.launch()
 
59
 
60
  btn.click(embed_and_store, inputs=[password, collection_name, file_type, file_fields, context], outputs=[file_fields, context])
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()