agshiv92 commited on
Commit
8790bfa
·
verified ·
1 Parent(s): a45e8a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def main():
32
 
33
  # Display the title in the second column
34
  with col2:
35
- st.title(script_dir )
36
 
37
  # Initialize Pinecone connection and retrieverC:\Users\agshi\Desktop\Omdena\Canada Policy\TorontoCanadaChapter_CanPolicyInsight\task6_model_deployment\configs
38
  config_path = os.path.join(base_dir,'app','task6_model_deployment','configs','config.yaml')
 
32
 
33
  # Display the title in the second column
34
  with col2:
35
+ st.title("Canada Policy Explorer")
36
 
37
  # Initialize Pinecone connection and retrieverC:\Users\agshi\Desktop\Omdena\Canada Policy\TorontoCanadaChapter_CanPolicyInsight\task6_model_deployment\configs
38
  config_path = os.path.join(base_dir,'app','task6_model_deployment','configs','config.yaml')