Spaces:
Sleeping
Sleeping
waqasali1707
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -24,5 +24,5 @@ if text:
|
|
24 |
output = tokenizer.decode(model_output, skip_special_tokens=True)
|
25 |
|
26 |
# Display result
|
27 |
-
st.
|
28 |
-
st.
|
|
|
24 |
output = tokenizer.decode(model_output, skip_special_tokens=True)
|
25 |
|
26 |
# Display result
|
27 |
+
st.text("Generated Blog Post:")
|
28 |
+
st.text(output)
|