Remove checkbox at start
Browse files
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
|