KanjikaSingh commited on
Commit
be2c876
1 Parent(s): be7d807

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -116,6 +116,7 @@ with gr.Blocks() as demo:
116
  gr.Markdown("# Chatbot Demo using DataStax Astra DB and OpenAI")
117
  about_bot = """## About the bot
118
  We created this bot using [DataStax Astra DB](https://www.datastax.com/products/datastax-astra) to store the vectors, and [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5) model to create embeddings, and [OpenAI's GPT-3.5-turbo](https://platform.openai.com/docs/models) for collecting the closest vectors and creating a human-friendly response.
 
119
  """
120
  gr.Markdown(about_bot)
121
  with gr.Row():
 
116
  gr.Markdown("# Chatbot Demo using DataStax Astra DB and OpenAI")
117
  about_bot = """## About the bot
118
  We created this bot using [DataStax Astra DB](https://www.datastax.com/products/datastax-astra) to store the vectors, and [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5) model to create embeddings, and [OpenAI's GPT-3.5-turbo](https://platform.openai.com/docs/models) for collecting the closest vectors and creating a human-friendly response.
119
+ You can upload your pdf documents and chat with them!
120
  """
121
  gr.Markdown(about_bot)
122
  with gr.Row():