Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -279,10 +279,12 @@ def main():
|
|
279 |
gr.Textbox(label="Enter your NVIDIA API Key", type="password")
|
280 |
],
|
281 |
outputs=gr.Dataframe(),
|
282 |
-
title="RAG System for RFP Analysis
|
283 |
-
description="""
|
284 |
-
|
285 |
-
|
|
|
|
|
286 |
examples=[],
|
287 |
cache_examples=False
|
288 |
)
|
|
|
279 |
gr.Textbox(label="Enter your NVIDIA API Key", type="password")
|
280 |
],
|
281 |
outputs=gr.Dataframe(),
|
282 |
+
title="RAG System for RFP Analysis",
|
283 |
+
description="""<small>This agent helps you verify if a specific tool matches your project requirements by uploading your tool documentation and your CSV containing your requirements But first, visit NVIDIA LLaMA 3.3 70B and get your API key.</small>
|
284 |
+
<br><br>
|
285 |
+
Upload a ZIP folder containing URL documents and a CSV file with requirements to analyze.
|
286 |
+
The CSV file should contain requirements either as a single column or with a 'requirement' column header.
|
287 |
+
Enter your NVIDIA API key to use the service.""",
|
288 |
examples=[],
|
289 |
cache_examples=False
|
290 |
)
|