bhagwandas commited on
Commit
62795a8
·
verified ·
1 Parent(s): 2ea5440

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ qa_chain = RetrievalQA.from_chain_type(
54
  # Step 6: Define Gradio Interface
55
  def generate_report(project_type, land_use, emissions, water_requirement):
56
  """
57
- Generate Environmental Impact Assessment Report using Groq API and RAG.
58
  """
59
  query = (
60
  f"Generate an environmental impact assessment report for a project with the following details:\n"
 
54
  # Step 6: Define Gradio Interface
55
  def generate_report(project_type, land_use, emissions, water_requirement):
56
  """
57
+ Generate Environmental Impact Assessment Report using GEN AI.
58
  """
59
  query = (
60
  f"Generate an environmental impact assessment report for a project with the following details:\n"