student-abdullah commited on
Commit
d0e2ca4
1 Parent(s): 4daaa45

Update a.py

Browse files
Files changed (1) hide show
  1. a.py +1 -0
a.py CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
2
  import pandas as pd
3
  from langchain_community.llms import LlamaCpp
4
  from langchain_core.callbacks import StreamingStdOutCallbackHandler
 
5
 
6
  # Load the CSV file for Kendra Locator
7
  df = pd.read_csv('location.csv', encoding='Windows-1252')
 
2
  import pandas as pd
3
  from langchain_community.llms import LlamaCpp
4
  from langchain_core.callbacks import StreamingStdOutCallbackHandler
5
+ from langchain_core.prompts import PromptTemplate
6
 
7
  # Load the CSV file for Kendra Locator
8
  df = pd.read_csv('location.csv', encoding='Windows-1252')