Spaces:
Runtime error
Runtime error
alirani
commited on
Commit
•
a6ac941
1
Parent(s):
7db6225
change text area to text input for pre-synopsis
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ elif functionality == "Generation":
|
|
74 |
|
75 |
if complete_synopsis:
|
76 |
|
77 |
-
pre_synopsis = st.
|
78 |
|
79 |
button_synopsis = st.button('Get synopsis')
|
80 |
|
|
|
74 |
|
75 |
if complete_synopsis:
|
76 |
|
77 |
+
pre_synopsis = st.text_input('Type the beginning of your synopsis')
|
78 |
|
79 |
button_synopsis = st.button('Get synopsis')
|
80 |
|