Suhaib-27 commited on
Commit
ffe6886
·
verified ·
1 Parent(s): dd22126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
12
 
13
 
14
  # get the topic
15
- topic = st.text_enter("Enter your desired Topic of Blog")
16
 
17
  if topic:
18
  # Configurations
 
12
 
13
 
14
  # get the topic
15
+ topic = st.text_area("Enter your desired Topic of Blog")
16
 
17
  if topic:
18
  # Configurations