Bayhaqy commited on
Commit
6ef06fb
·
1 Parent(s): 50bf77b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -64,8 +64,8 @@ if fetch_button:
64
 
65
  st.divider()
66
  st.subheader("Real Article")
67
- st.markdown(f"Your article: **{title}**")
68
- st.markdown(f"**{text}**")
69
  st.divider()
70
 
71
  else:
@@ -120,5 +120,5 @@ if submit_button:
120
 
121
  st.divider()
122
  st.subheader("Summary AI")
123
- st.markdown(f"Your article: **{title}**")
124
- st.markdown(f"**{summary}**")
 
64
 
65
  st.divider()
66
  st.subheader("Real Article")
67
+ st.code(f"Your article: **{title}**")
68
+ st.code(f"**{text}**")
69
  st.divider()
70
 
71
  else:
 
120
 
121
  st.divider()
122
  st.subheader("Summary AI")
123
+ st.code(f"Your article: **{title}**")
124
+ st.code(f"**{summary}**")