Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
|
|
12 |
|
13 |
|
14 |
# get the topic
|
15 |
-
topic = st.
|
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
|