eaglelandsonce commited on
Commit
81c9e58
β€’
1 Parent(s): 840cdee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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's 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")
 
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")