Spaces:
Runtime error
Runtime error
Paul-Joshi
commited on
Commit
•
eb780ca
1
Parent(s):
ffd548e
Update app.py
Browse files
app.py
CHANGED
@@ -77,9 +77,8 @@ def main():
|
|
77 |
|
78 |
else:
|
79 |
# Input fields
|
80 |
-
st.
|
81 |
-
st.
|
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"):
|