Spaces:
Running
Running
Update app.py
Browse filesUpdated spelling
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
|
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:
|