Samarth991 commited on
Commit
c2e3e8e
1 Parent(s): 3b8e35c

Adding sources

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -142,10 +142,9 @@ css="""
142
  title = """
143
  <div style="text-align: center;max-width: 700px;">
144
  <h1>Chat with Data • OpenAI/HuggingFace</h1>
145
- <p style="text-align: center;">Upload a file from your system, click the "UpLoad file and generate embeddings" button, <br />
146
- when everything is ready, you can start asking questions about the data you uploaded ;) <br />
147
- This version is just for QA retrival so it will not use chat history, and gives you option to use HuggingFace/OpenAI as LLM's,
148
- make sure to add your key .
149
  </p>
150
  </div>
151
  """
 
142
  title = """
143
  <div style="text-align: center;max-width: 700px;">
144
  <h1>Chat with Data • OpenAI/HuggingFace</h1>
145
+ <p style="text-align: center;">Upload a file from system,UpLoad file and generate embeddings, <br />
146
+ once status is ready, you can start asking questions about the data you uploaded without chat history <br />
147
+ and gives you option to use HuggingFace/OpenAI as LLM's, make sure to add your key.
 
148
  </p>
149
  </div>
150
  """