Doron Adler commited on
Commit
88ce3dc
1 Parent(s): 729ad3c

Do not log the results

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ if __name__ == "__main__":
116
  top_k=int(top_k),
117
  top_p=float(top_p))
118
 
119
- print("result:", result)
120
  #<div class="rtl" dir="rtl" style="text-align:right;">
121
  st.markdown("<p dir=\"rtl\" style=\"text-align:right;\">", unsafe_allow_html=True)
122
  st.markdown(f" {result} ")
 
116
  top_k=int(top_k),
117
  top_p=float(top_p))
118
 
119
+ #print("result:", result)
120
  #<div class="rtl" dir="rtl" style="text-align:right;">
121
  st.markdown("<p dir=\"rtl\" style=\"text-align:right;\">", unsafe_allow_html=True)
122
  st.markdown(f" {result} ")