Codequestt commited on
Commit
06c4629
·
verified ·
1 Parent(s): a42aebf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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 (This agent helps you verify if a specific tool matches your project requirements by uploading your tool documentation and your CSV containing your requirements.)",
283
- description="""Upload a ZIP folder containing URL documents and a CSV file with requirements to analyze.
284
- The CSV file should contain requirements either as a single column or with a 'requirement' column header.
285
- Enter your NVIDIA API key to use the service.""",
 
 
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
  )