eaglelandsonce commited on
Commit
c811aff
1 Parent(s): 76a79fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ submit = st.button("Generate a Logline for me")
33
  if submit:
34
 
35
  if st.session_state['API_Key']:
36
- title, logline = generate_script(prompt, creativity, st.session_state['API_Key'])
37
  # Let's generate the script
38
  st.success('Enjoy the Logline️')
39
 
 
33
  if submit:
34
 
35
  if st.session_state['API_Key']:
36
+ title, logline = generate_logline(prompt, creativity, st.session_state['API_Key'])
37
  # Let's generate the script
38
  st.success('Enjoy the Logline️')
39