Junaidb commited on
Commit
e97ca55
·
verified ·
1 Parent(s): 6e0c838

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
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(