Paul-Joshi commited on
Commit
eb780ca
1 Parent(s): ffd548e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -77,9 +77,8 @@ def main():
77
 
78
  else:
79
  # Input fields
80
- st.subheader('Your are gonna interact with the below Website:')
81
- st.button("Start", type="primary")
82
- st.subheader('Click on the Start button', divider='rainbow')
83
 
84
  # Button to pre-process input
85
  if st.button("Start"):
 
77
 
78
  else:
79
  # Input fields
80
+ st.markdown("*Your are gonna interact with the below Website:*")
81
+ st.info("Click on the Start button")
 
82
 
83
  # Button to pre-process input
84
  if st.button("Start"):