kargaranamir commited on
Commit
5992fc5
1 Parent(s): 348e2a3

add rtl print support

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,6 +31,6 @@ with st.spinner("Processing Text and Extracting..."):
31
  st.markdown("**Marker:**")
32
  st.write(markers)
33
  st.markdown("**Time_ML:**")
34
- st.write(time_mls)
35
  st.markdown("**NER:**")
36
  st.write(ners)
31
  st.markdown("**Marker:**")
32
  st.write(markers)
33
  st.markdown("**Time_ML:**")
34
+ st.write(f"\u202b{time_mls}\u202c")
35
  st.markdown("**NER:**")
36
  st.write(ners)