Noo88ear commited on
Commit
ae7d952
·
verified ·
1 Parent(s): 34a6b67

Update app.py

Browse files

Updated spelling

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ if 'past' not in st.session_state:
34
 
35
  with col1:
36
  with st.form(key='my_form'):
37
- User = st.text_input("Step 1 Set Engeineer Name","", key="user")
38
  input_text = st.text_input("Step 2 How can I help today?","", key="input")
39
  submit_button = st.form_submit_button(label='Submit')
40
  if submit_button:
 
34
 
35
  with col1:
36
  with st.form(key='my_form'):
37
+ User = st.text_input("Step 1 Set Engineer Name","", key="user")
38
  input_text = st.text_input("Step 2 How can I help today?","", key="input")
39
  submit_button = st.form_submit_button(label='Submit')
40
  if submit_button: