Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
β’
d03fc95
1
Parent(s):
c811aff
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,7 @@ st.title('π Logline Creator')
|
|
23 |
# Sidebar to capture the OpenAi API key
|
24 |
st.sidebar.title("ποΈ")
|
25 |
st.session_state['API_Key'] = st.sidebar.text_input("Paste in your OPENAI API key?", type="password")
|
|
|
26 |
|
27 |
# Captures User Inputs
|
28 |
prompt = st.text_input('Please provide a short description of your story', key="prompt")
|
|
|
23 |
# Sidebar to capture the OpenAi API key
|
24 |
st.sidebar.title("ποΈ")
|
25 |
st.session_state['API_Key'] = st.sidebar.text_input("Paste in your OPENAI API key?", type="password")
|
26 |
+
st.sidebar.text_area('Logline Generator: Input a brief story description and receive a story title and logline in return. Designed for my cloud Meetup as a demonstration of simple chaining using LangChain. Check out our Cloud Meetup at https://www.meetup.com/florence-aws-user-group-meetup It is free to join!')
|
27 |
|
28 |
# Captures User Inputs
|
29 |
prompt = st.text_input('Please provide a short description of your story', key="prompt")
|