Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -30,7 +30,7 @@ def APP():
|
|
30 |
st.markdown('<div class="blinking-text"> CAUTION ! </div>', unsafe_allow_html=True)
|
31 |
|
32 |
with tab1:
|
33 |
-
with st.form("bio"):
|
34 |
|
35 |
project_name=st.text_input("enter project name ")
|
36 |
user_input = st.text_area(
|
|
|
30 |
st.markdown('<div class="blinking-text"> CAUTION ! </div>', unsafe_allow_html=True)
|
31 |
|
32 |
with tab1:
|
33 |
+
with st.form("bio",border=False):
|
34 |
|
35 |
project_name=st.text_input("enter project name ")
|
36 |
user_input = st.text_area(
|