Spaces:
Sleeping
Sleeping
Commit
·
c2e3e8e
1
Parent(s):
3b8e35c
Adding sources
Browse files
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
|
146 |
-
|
147 |
-
|
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 |
"""
|