MatthiasC commited on
Commit
eba16a4
β€’
1 Parent(s): 3a9a2f3

Remove checkbox at start

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -306,7 +306,7 @@ st.title('πŸ“œ Summarization fact checker πŸ“œ')
306
  # INTRODUCTION
307
  st.header("πŸ§‘β€πŸ« Introduction")
308
 
309
- introduction_checkbox = st.checkbox("Show introduction text", value=True)
310
  #if introduction_checkbox:
311
  st.markdown("""
312
  Recent work using πŸ€– **transformers** πŸ€– on large text corpora has shown great success when fine-tuned on
 
306
  # INTRODUCTION
307
  st.header("πŸ§‘β€πŸ« Introduction")
308
 
309
+ #introduction_checkbox = st.checkbox("Show introduction text", value=True)
310
  #if introduction_checkbox:
311
  st.markdown("""
312
  Recent work using πŸ€– **transformers** πŸ€– on large text corpora has shown great success when fine-tuned on