Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
•
c811aff
1
Parent(s):
76a79fc
Update app.py
Browse files
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 =
|
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 |
|