Junaidb commited on
Commit
b48dae8
·
verified ·
1 Parent(s): 5921b2d

Update pages/biolab.py

Browse files
Files changed (1) hide show
  1. pages/biolab.py +4 -2
pages/biolab.py CHANGED
@@ -67,7 +67,9 @@ def APP():
67
  layout="centered"
68
  )
69
  st.header(f"setup your project @ {st.session_state.username}")
70
- project_name=st.text_input("enter project name ")\
 
 
71
  st.session_state.projectname=project_name
72
  st.rerun()
73
 
@@ -83,7 +85,7 @@ def APP():
83
 
84
  user_input = st.text_input(
85
  "Protein Engineering Query",
86
- placeholder="Type something lengthy here... It could be code, a story, or just a lot of thoughts."
87
  )
88
  if st.button("Execute", use_container_width=True):
89
  if user_input:
 
67
  layout="centered"
68
  )
69
  st.header(f"setup your project @ {st.session_state.username}")
70
+
71
+ project_name=st.text_input("enter project name ")
72
+
73
  st.session_state.projectname=project_name
74
  st.rerun()
75
 
 
85
 
86
  user_input = st.text_input(
87
  "Protein Engineering Query",
88
+ placeholder="Type your query here."
89
  )
90
  if st.button("Execute", use_container_width=True):
91
  if user_input: