itachi-ai commited on
Commit
397d983
1 Parent(s): 0f4dc03
Files changed (1) hide show
  1. app.py +1 -1
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'> MONGODB | LANGCHAIN | HUGGINGFACE | MITSRAL</div>
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()