Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
β’
81c9e58
1
Parent(s):
840cdee
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +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 |
-
st.sidebar.markdown('Logline Generator: Input a brief story description, select creativity 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! Additionally, here
|
27 |
|
28 |
# Captures User Inputs
|
29 |
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.markdown('Logline Generator: Input a brief story description, select creativity 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! Additionally, here is a video on how this was built https://www.youtube.com/watch?v=rh4cJmv0Bxg')
|
27 |
|
28 |
# Captures User Inputs
|
29 |
prompt = st.text_input('Please provide a short description of your story', key="prompt")
|