alirani commited on
Commit
a6ac941
1 Parent(s): 7db6225

change text area to text input for pre-synopsis

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ elif functionality == "Generation":
74
 
75
  if complete_synopsis:
76
 
77
- pre_synopsis = st.text_area('Type the beginning of your synopsis')
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