rianders commited on
Commit
ab184cc
·
verified ·
1 Parent(s): 19f60bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -16
app.py CHANGED
@@ -11,22 +11,6 @@ from langchain_community.tools import DuckDuckGoSearchRun
11
  from langchain_openai import ChatOpenAI
12
  from langchain_community.callbacks import StreamlitCallbackHandler
13
 
14
- # # Your CSV string
15
- # csv_string = """question,answer
16
- # What is your name?,My name is John
17
- # How old are you?,I am 25 years old
18
- # Where do you live?,I live in New York
19
- # What is your favorite color?,My favorite color is blue
20
- # What is your favorite food?,I love pizza"""
21
-
22
- # # Convert the string to a StringIO object
23
- # csv_data = StringIO(csv_string)
24
-
25
- # # Read the CSV data into a pandas DataFrame
26
- # df = pd.read_csv(csv_data)
27
- # st.title("Hello Streamlit")
28
-
29
- # st.write(df)
30
 
31
  openai_api_key = st.secrets["OPENAI_API_KEY"]
32
 
 
11
  from langchain_openai import ChatOpenAI
12
  from langchain_community.callbacks import StreamlitCallbackHandler
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  openai_api_key = st.secrets["OPENAI_API_KEY"]
16