Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from langchain.chains import SimpleSequentialChain
|
|
10 |
os.environ["OPENAI_API_KEY"]=openai_key
|
11 |
st.title('Award for a reason...')
|
12 |
|
13 |
-
input_text=st.text_input("Search the person you want it
|
14 |
|
15 |
first_input_prompt=PromptTemplate(
|
16 |
input_variables=['name'],
|
|
|
10 |
os.environ["OPENAI_API_KEY"]=openai_key
|
11 |
st.title('Award for a reason...')
|
12 |
|
13 |
+
input_text=st.text_input("Search the person you want it will show all awards he/she has ever got")
|
14 |
|
15 |
first_input_prompt=PromptTemplate(
|
16 |
input_variables=['name'],
|